From 568a7ce9ff56c206f3ecb88f3a59c26a4ecba185 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Wed, 8 Apr 2009 16:21:28 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@24 ed2142bd-67ad-457f-ba7c-d818d4011675 --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index a317bc8..88e770a 100644 --- a/makefile +++ b/makefile @@ -18,8 +18,8 @@ export CC=gcc export AR = ar rv export RANLIB = ranlib export RM=rm -f -export CFLAGS=-DNDEBUG -g -O2 -Wall -c -I . -export CPPFLAGS=-DNDEBUG -g -O2 -Wall -c -I . --ansi -DHAVE_X_ERROR +export CFLAGS=-DNDEBUG -ansi -pedantic -g -O2 -Wall -c -I . +export CPPFLAGS=-DNDEBUG -ansi -pedantic -g -O2 -Wall -c -I . -DHAVE_X_ERROR INC=-I. -I/usr/include/gsl/ -- cgit v1.2.2