We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31b096 commit 0d396e7Copy full SHA for 0d396e7
src/CMakeLists.txt
@@ -19,6 +19,8 @@ set(CMAKE_MODULE_PATH
19
20
if(MSVC)
21
add_compile_options(/EHsc)
22
+else()
23
+ add_compile_options("$<$<CONFIG:Debug>:-Og>")
24
endif()
25
26
if(WIN32)
0 commit comments