summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorNick White <hg@njw.me.uk>2011-07-17 18:43:00 +0100
committerNick White <hg@njw.me.uk>2011-07-17 18:43:00 +0100
commit56e05f3bb7558e5e276552c9881f4a1e93656442 (patch)
tree7df7293a31e0d328f5baca23a041372a5da1901f /config.mk
parent009f8b3abd0f8aca6b027c24ce63ef7dd0d8e9be (diff)
Fix free bug
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.mk b/config.mk
index 5b1224c..145c96d 100644
--- a/config.mk
+++ b/config.mk
@@ -8,11 +8,11 @@ CFLAGS = -ansi -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L \
-DVERSION=\"$(VERSION)\"
# musl static
-CC = musl-gcc
-LDFLAGS = -static #-s
+#CC = musl-gcc
+#LDFLAGS = -static #-s
# glibc dynamic
-#CC = cc
-#LDFLAGS =
+CC = cc
+LDFLAGS =
LD = ld