1. -Winline emits spurious warnings that aren't useful right now

2. Fix the "rebuild everything if I change one file" problem

llvm-svn: 1176
This commit is contained in:
Chris Lattner 2001-11-07 14:50:58 +00:00
parent e147d062fa
commit 75586e2ace
2 changed files with 4 additions and 2 deletions

View File

@ -52,7 +52,7 @@ RunBurg = $(BURG) $(BURG_OPTS)
#Prof = -pg
# TODO: Get rid of exceptions! : -fno-exceptions -fno-rtti
CompileCommonOpts = $(Prof) -Wall -Winline -W -Wwrite-strings -Wno-unused -I$(LEVEL)/include
CompileCommonOpts = $(Prof) -Wall -W -Wwrite-strings -Wno-unused -I$(LEVEL)/include
# Compile a file, don't link...
Compile = $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $(CompileCommonOpts)
@ -194,6 +194,7 @@ endif
#---------------------------------------------------------
.PRECIOUS: Depend/.dir Debug/.dir Release/.dir
# Create dependencies for the *.cpp files...
Depend/%.d: %.cpp Depend/.dir

View File

@ -52,7 +52,7 @@ RunBurg = $(BURG) $(BURG_OPTS)
#Prof = -pg
# TODO: Get rid of exceptions! : -fno-exceptions -fno-rtti
CompileCommonOpts = $(Prof) -Wall -Winline -W -Wwrite-strings -Wno-unused -I$(LEVEL)/include
CompileCommonOpts = $(Prof) -Wall -W -Wwrite-strings -Wno-unused -I$(LEVEL)/include
# Compile a file, don't link...
Compile = $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $(CompileCommonOpts)
@ -194,6 +194,7 @@ endif
#---------------------------------------------------------
.PRECIOUS: Depend/.dir Debug/.dir Release/.dir
# Create dependencies for the *.cpp files...
Depend/%.d: %.cpp Depend/.dir