diff options
author | Enno Boland (Gottox) <gottox@s01.de> | 2009-06-08 16:34:46 +0200 |
---|---|---|
committer | Enno Boland (Gottox) <gottox@s01.de> | 2009-06-08 16:34:46 +0200 |
commit | 25155222c843f28a90a5e77876c24d10c51a1e7b (patch) | |
tree | ef39252de8f325768f8380ff626af7aa8f904e43 /config.mk | |
parent | a4ca2f7aaddbfe9e03b727156df90fbe3dae0d76 (diff) | |
download | surf-25155222c843f28a90a5e77876c24d10c51a1e7b.tar.gz surf-25155222c843f28a90a5e77876c24d10c51a1e7b.tar.bz2 surf-25155222c843f28a90a5e77876c24d10c51a1e7b.zip |
better download handling.
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -17,10 +17,10 @@ LIBS = -L/usr/lib -lc ${GTKLIB} # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -#CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -LDFLAGS = -s ${LIBS} -#LDFLAGS = ${LIBS} +#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +#LDFLAGS = -s ${LIBS} +LDFLAGS = ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" |