Skip to content
Snippets Groups Projects
Commit 3afdfa1a authored by Marco Clemencic's avatar Marco Clemencic
Browse files

added (temporarily) an LHCb-spcific macro

From: Marco Clemencic <marco.clemencic@cern.ch>


git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@7653 53ecefc3-a64d-0410-9bdf-b8581fa3287e
parent 49602b13
No related branches found
No related tags found
No related merge requests found
......@@ -284,4 +284,10 @@ if(GAUDI_ATLAS)
add_definitions(-DATLAS_GAUDI_V21)
include(AthenaBuildFlags OPTIONAL)
else()
# FIXME: these macros are LHCb specific, but we do not have yet a way to set
# compile flags in a project, such that they are inherited by other projects.
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
add_definitions(-DGOD_NOALLOC)
endif()
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