Merge pull request #2148 from ngie-eign:clang-add-explicit-c++11-rtti-flag
PiperOrigin-RevId: 242038269
This commit is contained in:
		@@ -82,6 +82,7 @@ macro(config_compiler_and_linker)
 | 
				
			|||||||
    set(cxx_exception_flags "-fexceptions")
 | 
					    set(cxx_exception_flags "-fexceptions")
 | 
				
			||||||
    set(cxx_no_exception_flags "-fno-exceptions")
 | 
					    set(cxx_no_exception_flags "-fno-exceptions")
 | 
				
			||||||
    set(cxx_strict_flags "-W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls")
 | 
					    set(cxx_strict_flags "-W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls")
 | 
				
			||||||
 | 
					    set(cxx_no_rtti_flags "-fno-rtti")
 | 
				
			||||||
  elseif (CMAKE_COMPILER_IS_GNUCXX)
 | 
					  elseif (CMAKE_COMPILER_IS_GNUCXX)
 | 
				
			||||||
    set(cxx_base_flags "-Wall -Wshadow -Werror")
 | 
					    set(cxx_base_flags "-Wall -Wshadow -Werror")
 | 
				
			||||||
    if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 7.0.0)
 | 
					    if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 7.0.0)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user