aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/lnx/gnumake-gcc-flext.inc
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/buildsys/lnx/gnumake-gcc-flext.inc')
-rw-r--r--externals/grill/flext/buildsys/lnx/gnumake-gcc-flext.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/grill/flext/buildsys/lnx/gnumake-gcc-flext.inc b/externals/grill/flext/buildsys/lnx/gnumake-gcc-flext.inc
index ae9b4a48..9f587cfc 100644
--- a/externals/grill/flext/buildsys/lnx/gnumake-gcc-flext.inc
+++ b/externals/grill/flext/buildsys/lnx/gnumake-gcc-flext.inc
@@ -23,7 +23,11 @@ $(TARGET) :: $(COBJS) $(CPPOBJS)
ifdef SHARED
$(CXX) $(LDFLAGS) $(LIBPATH) -o $@ $(COBJS) $(CPPOBJS) $(LIBS)
chmod 755 $@
+ifndef DEBUG
+ifndef PROFILE
strip --strip-unneeded $@
+endif
+endif
else
$(AR) rc $@ $(COBJS) $(CPPOBJS)
endif