mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Filter out -fno-rtti from CXXFLAGS as well (in an expensive checks build).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80910 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4c2c53353e
commit
aa60dbfb37
@ -436,6 +436,7 @@ ifdef ENABLE_EXPENSIVE_CHECKS
|
|||||||
# GNU libstdc++ uses RTTI if you define _GLIBCXX_DEBUG, which we did above.
|
# GNU libstdc++ uses RTTI if you define _GLIBCXX_DEBUG, which we did above.
|
||||||
# See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40160
|
# See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40160
|
||||||
CXX.Flags := $(filter-out -fno-rtti,$(CXX.Flags))
|
CXX.Flags := $(filter-out -fno-rtti,$(CXX.Flags))
|
||||||
|
CXXFLAGS := $(filter-out -fno-rtti,$(CXXFLAGS))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user