[hackers] [smdev] No need to build with debug symbols by default || sin
commit 216a9385f61d56082271603bb193abc12b03b531
Author: sin <sin_AT_2f30.org>
Date: Sun Sep 28 12:26:08 2014 +0100
No need to build with debug symbols by default
diff --git a/config.mk b/config.mk
index e4bd132..4e25dce 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -8,5 +8,5 @@ PREFIX = /usr/local
#CC = musl-gcc
LD = $(CC)
CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE
-CFLAGS = -g -std=c99 -Wall -pedantic $(CPPFLAGS)
-LDFLAGS = -g
+CFLAGS = -std=c99 -Wall -pedantic $(CPPFLAGS)
+LDFLAGS =
Received on Sun Sep 28 2014 - 13:28:51 CEST
This archive was generated by hypermail 2.3.0
: Sun Sep 28 2014 - 13:36:09 CEST