Skip to content

Commit 6fdfe5c

Browse files
authored
Merge c84eada into sapling-pr-archive-ktf
2 parents 37d0a5b + c84eada commit 6fdfe5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Detectors/GlobalTrackingWorkflow/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
# FIXME: do we actually need a library here, or is the executable enough ?
1313

14-
#add_compile_options(-O0 -g -fPIC -fno-omit-frame-pointer)
14+
add_compile_options(-fsanitize=address -fno-omit-frame-pointer)
15+
add_link_options(-fsanitize=address)
1516

1617
o2_add_library(GlobalTrackingWorkflow
1718
SOURCES src/TrackWriterTPCITSSpec.cxx

0 commit comments

Comments
 (0)