Adding small fix by Alex Puterbaugh. Thanks.

This commit is contained in:
Enno Boland (tox)
2010-05-02 10:59:28 +02:00
parent 4b1b1b8a20
commit e9c9715f52
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
CFLAGS = -std=c99 -pedantic -Wall -O0 -g ${INCS} ${CPPFLAGS}
LDFLAGS = -g ${LIBS}
# Solaris