summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.common4
-rw-r--r--Makefile.rules4
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common
index eb33df9352..f13d412cd1 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -164,8 +164,8 @@ CompileP := $(Compile) $(CompileOptimizeOpts) -felide-constructors $(PROFILE)
# Compile a c file, don't link...
CompileC := $(CC) -c $(CPPFLAGS) $(CCFLAGS) $(CompileCommonOpts)
CompileCG := $(CompileC) -g -D_DEBUG
-CompileCO := $(CompileC) $(CompileOptimizeOpts) -felide-constructors -fomit-frame-pointer
-CompileCP := $(CompileC) $(CompileOptimizeOpts) -felide-constructors $(PROFILE)
+CompileCO := $(CompileC) $(CompileOptimizeOpts) -fomit-frame-pointer
+CompileCP := $(CompileC) $(CompileOptimizeOpts) $(PROFILE)
# Link final executable
diff --git a/Makefile.rules b/Makefile.rules
index eb33df9352..f13d412cd1 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -164,8 +164,8 @@ CompileP := $(Compile) $(CompileOptimizeOpts) -felide-constructors $(PROFILE)
# Compile a c file, don't link...
CompileC := $(CC) -c $(CPPFLAGS) $(CCFLAGS) $(CompileCommonOpts)
CompileCG := $(CompileC) -g -D_DEBUG
-CompileCO := $(CompileC) $(CompileOptimizeOpts) -felide-constructors -fomit-frame-pointer
-CompileCP := $(CompileC) $(CompileOptimizeOpts) -felide-constructors $(PROFILE)
+CompileCO := $(CompileC) $(CompileOptimizeOpts) -fomit-frame-pointer
+CompileCP := $(CompileC) $(CompileOptimizeOpts) $(PROFILE)
# Link final executable