]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MFT/MFTrec/CMakeLists.txt
Fixes for object target dependencies
[u/mrichter/AliRoot.git] / MFT / MFTrec / CMakeLists.txt
index 716c2e906d9b8e2663e3a884bd5d497635004aaf..28ff2b3b4575397ca018e970d2c3bd7dcdfc3457 100644 (file)
@@ -63,7 +63,7 @@ add_library(${MODULE} SHARED ${SRCS} G__${MODULE}.cxx)
 target_link_libraries(${MODULE} STEERBase STEER ESD CDB MUONbase MUONcore MUONevaluation MUONrec MFTbase MFTsim Core Geom Gpad Gpad Graf Hist MathCore Matrix Net Physics RIO Tree)
 
 # Additional compilation flags
-set_target_properties(${MODULE} PROPERTIES COMPILE_FLAGS "-O -g")
+set_target_properties(${MODULE} PROPERTIES COMPILE_FLAGS "")
 
 # System dependent: Modify the way the library is build
 if(${CMAKE_SYSTEM} MATCHES Darwin)