We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccd532 commit 7eeaa36Copy full SHA for 7eeaa36
cmake/compilers.cmake
@@ -30,7 +30,7 @@ add_compile_options(-Wall -Wextra
30
elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^Intel")
31
add_compile_options(
32
"$<$<COMPILE_LANGUAGE:Fortran>:-warn>"
33
-"$<$<COMPILE_LANGUAGE:C,CXX>:-Wall>"
+"$<$<COMPILE_LANGUAGE:C,CXX>:-Wall;-Wextra>"
34
"$<$<AND:$<COMPILE_LANGUAGE:Fortran>,$<CONFIG:Debug,RelWithDebInfo>>:-traceback;-check;-debug>"
35
)
36
endif()
0 commit comments