diff options
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 4 |
1 files changed, 2 insertions, 2 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 |