We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d31e7 commit 5e51a33Copy full SHA for 5e51a33
misc/minicern/CMakeLists.txt
@@ -4,3 +4,5 @@
4
5
ROOT_LINKER_LIBRARY(minicern *.c *.f )
6
7
+# Disable optimization since it some cases was causing crashes
8
+set_target_properties(minicern PROPERTIES COMPILE_FLAGS -O0)
0 commit comments