This commit is contained in:
sideshowbarker 2024-11-21 15:42:52 +09:00 committed by GitHub
commit c97cdcbbcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
if (NOT MSVC) if (NOT MSVC)
add_cxx_compile_options(-ggdb3) add_cxx_compile_options(-ggdb3)
endif() endif()
add_cxx_compile_options(-Og) add_cxx_compile_options(-O0)
else() else()
add_cxx_compile_options(-O2) add_cxx_compile_options(-O2)
if (NOT MSVC) if (NOT MSVC)