fixing progress, beginning new cookie implementation

This commit is contained in:
Enno Boland (tox)
2010-03-08 10:06:32 +01:00
parent 764550e087
commit 1cbeab188d
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -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}\"