Some minor style updates.

This commit is contained in:
Christoph Lohmann
2012-11-16 10:31:42 +01:00
parent 6d9d3ca4e1
commit f02e652fa0
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0 \
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
CFLAGS = -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -g ${LIBS}
# Solaris