mirror of
https://github.com/ceph/ceph
synced 2025-01-10 21:20:46 +00:00
Merge pull request #48131 from adamemerson/wip-no-fno-new-ttp-matching
build: Remove -fno-new-ttp-matchingg flag Reviewed-by: Kefu Chai <tchaikov@gmail.com>
This commit is contained in:
commit
870fbefd4d
@ -134,7 +134,6 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL GNU)
|
||||
string(PREPEND CMAKE_CXX_FLAGS_DEBUG "-Og ")
|
||||
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-Wstrict-null-sentinel>)
|
||||
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-Woverloaded-virtual>)
|
||||
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-fno-new-ttp-matching>)
|
||||
# cmake does not add '-pie' for executables even if
|
||||
# CMAKE_POSITION_INDEPENDENT_CODE is TRUE.
|
||||
if(EXE_LINKER_USE_PIE)
|
||||
|
Loading…
Reference in New Issue
Block a user