Skip to content

Commit

Permalink
Merge pull request #237 from Chia-Network/EL.debug-compile-options
Browse files Browse the repository at this point in the history
Use Og for debug compiling
  • Loading branch information
emlowe authored Feb 11, 2025
2 parents 28c3981 + 0d396e7 commit 8902eb9
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 8902eb9

Please sign in to comment.