aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-12 17:11:12 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-12 17:11:12 +0000
commit9dc9b5b1ed071817f89198f330b7a81c294ec5fd (patch)
treef1d67f95c15987e590328438c3d8bbf302389769 /Makefile
parent35d1965cf3bd20f08850780daaca636fdd36e7d9 (diff)
removed -s from LDFLAGS since GNU ld says 'ld warning: option -s is obsolete and being ignored'
svn path=/trunk/externals/loaders/tclpd/; revision=15578
Diffstat (limited to 'Makefile')
-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)