diff --git a/Meta/CMake/lagom_compile_options.cmake b/Meta/CMake/lagom_compile_options.cmake index 7fec47ac843..45c3af87493 100644 --- a/Meta/CMake/lagom_compile_options.cmake +++ b/Meta/CMake/lagom_compile_options.cmake @@ -29,7 +29,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug") if (NOT MSVC) add_cxx_compile_options(-ggdb3) endif() - add_cxx_compile_options(-Og) + add_cxx_compile_options(-O0) else() add_cxx_compile_options(-O2) if (NOT MSVC)