Skip to content

Commit 5e51a33

Browse files
committed
Disable optimization since in some cases was causing crashes of h2root
1 parent 14d31e7 commit 5e51a33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

misc/minicern/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44

55
ROOT_LINKER_LIBRARY(minicern *.c *.f )
66

7+
# Disable optimization since it some cases was causing crashes
8+
set_target_properties(minicern PROPERTIES COMPILE_FLAGS -O0)

0 commit comments

Comments
 (0)