commit 1edc34dee83556332ab3cb4bd746abf49870280e Author: sin <[email protected]> Date: Sun Aug 17 22:17:07 2014 +0100
Remove -Wno-unused-result and -s
diff --git a/config.mk b/config.mk
index 800a857..3b5a6e4 100644
--- a/config.mk
+++ b/config.mk
@@ -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
