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 1885a3d commit 536552eCopy full SHA for 536552e
misc/minicern/CMakeLists.txt
@@ -15,6 +15,6 @@ target_link_libraries(minicern ${CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES})
15
# Disable optimization since it some cases was causing crashes.
16
# Disable warnings, since what has worked for 40 years...
17
# (see https://sft.its.cern.ch/jira/browse/ROOT-9179 for the warnings)
18
-set_target_properties(minicern PROPERTIES COMPILE_FLAGS "-O0 -w -g")
+set_target_properties(minicern PROPERTIES COMPILE_FLAGS "-w")
19
# set_target_properties(minicern PROPERTIES COMPILE_FLAGS "-fsanitize=undefined -fsanitize=address")
20
# target_link_options(minicern BEFORE PUBLIC -fsanitize=undefined PUBLIC -fsanitize=address)
0 commit comments