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 fd018f4 commit c491b59Copy full SHA for c491b59
misc/minicern/CMakeLists.txt
@@ -11,6 +11,6 @@
11
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
-set_target_properties(minicern PROPERTIES COMPILE_FLAGS "-Wall -fc-prototypes")
+set_target_properties(minicern PROPERTIES COMPILE_FLAGS "-Wall -Wextra")
15
# set_target_properties(minicern PROPERTIES COMPILE_FLAGS "-fsanitize=undefined -fsanitize=address") # TODO enabling this shows issues
16
# target_link_options(minicern BEFORE PUBLIC -fsanitize=undefined PUBLIC -fsanitize=address) # TODO enabling this shows issues
0 commit comments