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 63eb7c6 commit 6790c92Copy full SHA for 6790c92
misc/minicern/CMakeLists.txt
@@ -12,8 +12,5 @@ ROOT_LINKER_LIBRARY(minicern *.c *.f TYPE STATIC)
12
set_property(TARGET minicern PROPERTY POSITION_INDEPENDENT_CODE ON)
13
target_link_libraries(minicern ${CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES})
14
15
-# Disable warnings, since what has worked for 40 years...
16
-# (see https://sft.its.cern.ch/jira/browse/ROOT-9179 for the warnings)
17
-set_target_properties(minicern PROPERTIES COMPILE_FLAGS "-w")
18
# set_target_properties(minicern PROPERTIES COMPILE_FLAGS "-fsanitize=undefined -fsanitize=address")
19
# target_link_options(minicern BEFORE PUBLIC -fsanitize=undefined PUBLIC -fsanitize=address)
0 commit comments