mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
1. -Winline emits spurious warnings that aren't useful right now
2. Fix the "rebuild everything if I change one file" problem git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1176 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8e5c0b473a
commit
aa6ec735cf
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user