Skip to content
Snippets Groups Projects
Commit b76e85a6 authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'odr.ISF_FastCaloSimParametrization-20240514' into 'main'

ISF_FastCaloSimParametrization: Fix ODR violation in debug build.

See merge request atlas/athena!71355
parents 6cb68590 01b6fb6f
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ if ( "${CMAKE_BUILD_TYPE}" STREQUAL "Debug" )
set_source_files_properties(
${CMAKE_CURRENT_SOURCE_DIR}/src/FastCaloSimCaloExtrapolation.cxx
PROPERTIES
COMPILE_FLAGS "${CMAKE_CXX_FLAGS_RELWITHDEBINFO}"
COMPILE_FLAGS "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -UNDEBUG "
COMPILE_DEFINITIONS "FLATTEN" )
endif()
......
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