From e1be380510a42f13ce1fd55a29705aaf9e8c8da8 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 9 Aug 2005 11:02:16 +0000 Subject: don't use explicit so that STL can be used on OSX use "strip -x" instead of -W,-l option to strip binaries only strip release build svn path=/trunk/; revision=3415 --- externals/grill/flext/buildsys/mac/gnumake-gcc-flext.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'externals/grill/flext/buildsys/mac/gnumake-gcc-flext.inc') diff --git a/externals/grill/flext/buildsys/mac/gnumake-gcc-flext.inc b/externals/grill/flext/buildsys/mac/gnumake-gcc-flext.inc index 2dad1981..6ed4990f 100644 --- a/externals/grill/flext/buildsys/mac/gnumake-gcc-flext.inc +++ b/externals/grill/flext/buildsys/mac/gnumake-gcc-flext.inc @@ -46,6 +46,13 @@ $(TARGET) :: $(OBJPATH) $(TARGETPATH) $(TARGET) :: $(PRECOMDST) $(COBJS) $(CPPOBJS) ifdef SHARED $(CXX) $(LDFLAGS) $(LIBPATH) -o $@ $(COBJS) $(CPPOBJS) $(LIBS) +ifdef DEBUG +else +ifdef PROFILE +else + strip -x $@ +endif +endif chmod 755 $@ else libtool -static -o $@ $(COBJS) $(CPPOBJS) -- cgit v1.2.1