From fe95dae26bd97aa5730684db040cb162f321388b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 19 Feb 2003 22:12:20 +0000 Subject: Fix warnings compiling C files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5600 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.common | 4 ++-- Makefile.rules | 4 ++-- 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 -- cgit v1.2.3