We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9bf02 commit ea84cf6Copy full SHA for ea84cf6
Detectors/Upgrades/ITS3/CMakeLists.txt
@@ -9,7 +9,8 @@
9
# granted to it by virtue of its status as an Intergovernmental Organization
10
# or submit itself to any jurisdiction.
11
12
-#add_compile_options(-O0 -g -fPIC)
+#add_compile_options(-O0 -g -fPIC -fsanitize=address)
13
+#add_link_options(-fsanitize=address)
14
15
add_subdirectory(data)
16
add_subdirectory(simulation)
0 commit comments