From 9dc9b5b1ed071817f89198f330b7a81c294ec5fd Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 12 Oct 2011 17:11:12 +0000 Subject: 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 --- Makefile | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.1