Skip to content

Commit 536552e

Browse files
authored
Update CMakeLists.txt
1 parent 1885a3d commit 536552e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/minicern/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ target_link_libraries(minicern ${CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES})
1515
# Disable optimization since it some cases was causing crashes.
1616
# Disable warnings, since what has worked for 40 years...
1717
# (see https://sft.its.cern.ch/jira/browse/ROOT-9179 for the warnings)
18-
set_target_properties(minicern PROPERTIES COMPILE_FLAGS "-O0 -w -g")
18+
set_target_properties(minicern PROPERTIES COMPILE_FLAGS "-w")
1919
# set_target_properties(minicern PROPERTIES COMPILE_FLAGS "-fsanitize=undefined -fsanitize=address")
2020
# target_link_options(minicern BEFORE PUBLIC -fsanitize=undefined PUBLIC -fsanitize=address)

0 commit comments

Comments
 (0)