Skip to content
Snippets Groups Projects
Commit 33ef103e authored by Hahn, Steven's avatar Hahn, Steven
Browse files

Add -fno-omit-frame-pointer to RelWithDebInfo config.

parent c7d71183
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ elseif ( "${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang" )
endif()
# Add some options for debug build to help the Zoom profiler
add_compile_options ( $<$<CONFIG:Debug>:-fno-omit-frame-pointer> )
add_compile_options ( $<$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>:-fno-omit-frame-pointer> )
option(WITH_ASAN "Enable address sanitizer" OFF)
if(WITH_ASAN)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment