aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e077cd6..17db953 100644
--- a/Makefile
+++ b/Makefile
@@ -251,7 +251,6 @@ ifeq ($(DEBUG),1)
STRIP = echo
else
ALL_CFLAGS += $(OPT_CFLAGS)
- ALL_LDFLAGS += -s
endif
ALL_CFLAGS := $(ALL_CFLAGS) $(CFLAGS)