Skip to content

Commit

Permalink
Use Og for debug compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Feb 5, 2025
1 parent f31b096 commit 0d396e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ set(CMAKE_MODULE_PATH

if(MSVC)
add_compile_options(/EHsc)
else()
add_compile_options("$<$<CONFIG:Debug>:-Og>")
endif()

if(WIN32)
Expand Down

0 comments on commit 0d396e7

Please sign in to comment.