summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorNick White <hg@njw.me.uk>2011-07-17 00:03:36 +0100
committerNick White <hg@njw.me.uk>2011-07-17 00:03:36 +0100
commit8833643928f69df99ae3394a53aa2855f7a02000 (patch)
tree283a6efeeb5abb3d33565bd259a8b524373f720e /config.mk
parent16540dfbb2bda2a9d6873c070f3d6728470e07b8 (diff)
Busywork neatening
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 4b143fe..5be8319 100644
--- a/config.mk
+++ b/config.mk
@@ -6,7 +6,7 @@ PREFIX = /usr/local
# flags
CFLAGS = -ansi -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\"
-LDFLAGS = -static
+LDFLAGS = -static #-s
# compiler and linker
CC = musl-gcc