diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-12 17:11:12 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-12 17:11:12 +0000 |
commit | 9dc9b5b1ed071817f89198f330b7a81c294ec5fd (patch) | |
tree | f1d67f95c15987e590328438c3d8bbf302389769 | |
parent | 35d1965cf3bd20f08850780daaca636fdd36e7d9 (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
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -251,7 +251,6 @@ ifeq ($(DEBUG),1) STRIP = echo else ALL_CFLAGS += $(OPT_CFLAGS) - ALL_LDFLAGS += -s endif ALL_CFLAGS := $(ALL_CFLAGS) $(CFLAGS) |