diff options
author | sin <sin@2f30.org> | 2014-08-17 22:17:07 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-08-17 22:33:18 +0100 |
commit | fd3f3ff9ee28e5f9e1b34beb2f2b8a8d79cbedca (patch) | |
tree | 1bdd7d6785aba714be014053dfeb7146e7aa9013 | |
parent | 542049d495c3b7605915bdd5151a3e0fcc5c7999 (diff) |
Remove -Wno-unused-result and add -s
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,5 +8,5 @@ MANPREFIX = $(PREFIX)/share/man CC = cc LD = $(CC) CPPFLAGS = -CFLAGS = -Wextra -Wall -Wno-unused-result -Os $(CPPFLAGS) -LDFLAGS = -static +CFLAGS = -Wextra -Wall -Os $(CPPFLAGS) +LDFLAGS = -s -static |