diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-06-10 18:24:27 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-06-10 18:24:27 +0200 |
commit | 4d58bb1635cb0a9b2448d37c43b0b70ee1e30349 (patch) | |
tree | 1b0cc8deb49150d573d75f3881d21473ab682099 /config.mk | |
parent | eebaedf3da040856248a4b96276eb2aff3f9a8f3 (diff) |
Adding more warnings and no debugging symbols.
Thanks Joerg Jung!
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ LIBS = -L/usr/lib -lc -lX11 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE -CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -LDFLAGS = -g ${LIBS} +CFLAGS = -std=c99 -pedantic -Wall -Wextra -O0 ${INCS} ${CPPFLAGS} +LDFLAGS = -s ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" |