[hackers] [dwm] switching to release flags || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Tue, 22 Sep 2009 18:34:03 +0000 (UTC)

changeset: 1498:257403d4cd96
tag: tip
user: Anselm R Garbe <anselm_AT_garbe.us>
date: Tue Sep 22 20:34:03 2009 +0100
files: config.mk
description:
switching to release flags

diff -r 20de01c5ff82 -r 257403d4cd96 config.mk
--- a/config.mk Tue Sep 22 20:33:42 2009 +0100
+++ b/config.mk Tue Sep 22 20:34:03 2009 +0100
@@ -20,10 +20,10 @@
 
 # flags
 CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
-#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS = -g ${LIBS}
-#LDFLAGS = -s ${LIBS}
+#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+#LDFLAGS = -g ${LIBS}
+LDFLAGS = -s ${LIBS}
 
 # Solaris
 #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
Received on Tue Sep 22 2009 - 18:34:03 UTC

This archive was generated by hypermail 2.2.0 : Tue Sep 22 2009 - 18:36:15 UTC