We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7bb37 commit 9cffa9aCopy full SHA for 9cffa9a
cmake/EthCompilerSettings.cmake
@@ -71,7 +71,7 @@ if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU") OR ("${CMAKE_CXX_COMPILER_ID}" MA
71
add_compile_options(-fPIC)
72
73
# Configuration-specific compiler settings.
74
- set(CMAKE_CXX_FLAGS_DEBUG "-Og -g -DETH_DEBUG")
+ set(CMAKE_CXX_FLAGS_DEBUG "-O0 -g -DETH_DEBUG")
75
set(CMAKE_CXX_FLAGS_MINSIZEREL "-Os -DNDEBUG")
76
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG")
77
set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g")
0 commit comments