[hackers] [tabbed] Adding more warnings and no debugging symbols. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Mon, 10 Jun 2013 18:28:56 +0200

commit 4d58bb1635cb0a9b2448d37c43b0b70ee1e30349
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Mon Jun 10 18:24:27 2013 +0200

    Adding more warnings and no debugging symbols.
    
    Thanks Joerg Jung!

diff --git a/config.mk b/config.mk
index 042adcf..22800d6 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -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}\"
Received on Mon Jun 10 2013 - 18:28:56 CEST

This archive was generated by hypermail 2.3.0 : Mon Jun 10 2013 - 18:36:08 CEST