[hackers] [tabbed] reverting config.mk as it contains debug flags. || Enno Boland (tox)

From: <hg_AT_suckless.org>
Date: Wed, 28 Oct 2009 19:11:57 +0000 (UTC)

changeset: 125:5dc2eceb0a98
tag: tip
user: Enno Boland (tox) <tox_AT_s01.de>
date: Wed Oct 28 20:11:51 2009 +0100
files: config.mk
description:
reverting config.mk as it contains debug flags.

diff -r d8df7d655919 -r 5dc2eceb0a98 config.mk
--- a/config.mk Wed Oct 28 20:09:53 2009 +0100
+++ b/config.mk Wed Oct 28 20:11:51 2009 +0100
@@ -13,9 +13,8 @@
 
 # flags
 CPPFLAGS = -DVERSION=\"${VERSION}\"
-CFLAGS = -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-#LDFLAGS = -s ${LIBS}
-LDFLAGS = ${LIBS}
+CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+LDFLAGS = -s ${LIBS}
 
 # Solaris
 #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
Received on Wed Oct 28 2009 - 19:11:57 UTC

This archive was generated by hypermail 2.2.0 : Wed Oct 28 2009 - 19:24:05 UTC