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 838aea0 commit 2110849Copy full SHA for 2110849
tests/CMakeLists.txt
@@ -46,8 +46,8 @@ macro(configure_tests target)
46
47
# Configure optimization options
48
target_compile_options(${target} PRIVATE
49
- $<$<AND:$<CONFIG:DEBUG>,$<CXX_COMPILER_ID:Clang>>:-O0>
50
- $<$<AND:$<CONFIG:DEBUG>,$<CXX_COMPILER_ID:GNU>>:-Og>
+ $<$<AND:$<CONFIG:Debug>,$<CXX_COMPILER_ID:Clang>>:-O0>
+ $<$<AND:$<CONFIG:Debug>,$<CXX_COMPILER_ID:GNU>>:-Og>
51
)
52
53
# Use lld or the gold linker if possible
0 commit comments