We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37d0a5b + c84eada commit 6fdfe5cCopy full SHA for 6fdfe5c
1 file changed
Detectors/GlobalTrackingWorkflow/CMakeLists.txt
@@ -11,7 +11,8 @@
11
12
# FIXME: do we actually need a library here, or is the executable enough ?
13
14
-#add_compile_options(-O0 -g -fPIC -fno-omit-frame-pointer)
+add_compile_options(-fsanitize=address -fno-omit-frame-pointer)
15
+add_link_options(-fsanitize=address)
16
17
o2_add_library(GlobalTrackingWorkflow
18
SOURCES src/TrackWriterTPCITSSpec.cxx
0 commit comments