diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-08 16:21:28 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-08 16:21:28 +0000 |
commit | 568a7ce9ff56c206f3ecb88f3a59c26a4ecba185 (patch) | |
tree | 2cb89e32574db3e28ef29864012acbbc007d1474 /makefile | |
parent | 61ee2ce37185c2b5b8b6d70064d80a0acabdfba5 (diff) | |
download | opt-utilities-568a7ce9ff56c206f3ecb88f3a59c26a4ecba185.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@24 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ |