commit 216a9385f61d56082271603bb193abc12b03b531 parent 60fe76e50c7df18ffead3abc6fcc8f1945452788 Author: sin <sin@2f30.org> Date: Sun, 28 Sep 2014 12:26:08 +0100 No need to build with debug symbols by default Diffstat:
M | config.mk | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.mk b/config.mk @@ -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 =