diff options
author | Enno Boland (tox) <tox@s01.de> | 2010-03-08 10:06:32 +0100 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2010-03-08 10:06:32 +0100 |
commit | 1cbeab188d8769ae67dfa99a4191088ab42db415 (patch) | |
tree | 7a90dd3bc7e81ddfe04bc87bb458a3ba739d2429 /config.mk | |
parent | 764550e087e0ae3d8d11f349e711a2cf7bd81ca5 (diff) | |
download | surf-1cbeab188d8769ae67dfa99a4191088ab42db415.tar.gz surf-1cbeab188d8769ae67dfa99a4191088ab42db415.tar.bz2 surf-1cbeab188d8769ae67dfa99a4191088ab42db415.zip |
fixing progress, beginning new cookie implementation
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -s ${LIBS} +LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" |