Adding more warnings and no debugging symbols. - tabbed - tab interface for application supporting Xembed
HTML git clone git://git.suckless.org/tabbed
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 4d58bb1635cb0a9b2448d37c43b0b70ee1e30349
DIR parent eebaedf3da040856248a4b96276eb2aff3f9a8f3
HTML Author: Christoph Lohmann <20h@r-36.net>
Date: Mon, 10 Jun 2013 18:24:27 +0200
Adding more warnings and no debugging symbols.
Thanks Joerg Jung!
Diffstat:
M config.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/config.mk b/config.mk
@@ -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}\"