We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fb66b commit ecacf22Copy full SHA for ecacf22
1 file changed
CMakeLists.txt
@@ -81,7 +81,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
81
# the warnings were introduced with Clang 23
82
message(STATUS "CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD}")
83
if(CMAKE_CXX_STANDARD LESS 20)
84
- #add_compile_options_safe(-Wno-lifetime-safety-intra-tu-suggestions)
+ add_compile_options_safe(-Wno-lifetime-safety-intra-tu-suggestions)
85
endif()
86
add_compile_options_safe(-Wno-lifetime-safety-intra-tu-constructor-suggestions)
87
add_compile_options_safe(-Wno-lifetime-safety-cross-tu-constructor-suggestions)
0 commit comments