[hackers] [surf] cleaning up config.mk || Enno Boland (tox)

From: <hg_AT_suckless.org>
Date: Mon, 26 Oct 2009 15:54:40 +0000 (UTC)

changeset: 154:e4376a2e9f9c
tag: tip
user: Enno Boland (tox) <tox_AT_s01.de>
date: Mon Oct 26 16:54:33 2009 +0100
files: config.mk
description:
cleaning up config.mk

diff -r d841cfabc257 -r e4376a2e9f9c config.mk
--- a/config.mk Wed Oct 21 15:52:36 2009 +0200
+++ b/config.mk Mon Oct 26 16:54:33 2009 +0100
@@ -17,10 +17,8 @@
 
 # flags
 CPPFLAGS = -DVERSION=\"${VERSION}\"
-#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-CFLAGS = -std=c99 -pedantic -Wall -Werror -O0 ${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 Mon Oct 26 2009 - 15:54:40 UTC

This archive was generated by hypermail 2.2.0 : Mon Oct 26 2009 - 16:00:08 UTC