We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28c3981 + 0d396e7 commit 8902eb9Copy full SHA for 8902eb9
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