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 eab4cbe commit e37eb26Copy full SHA for e37eb26
CMakeLists.txt
@@ -17,9 +17,9 @@ if(hasParent)
17
# for potential (-r8/-r4) conflict
18
set(CMAKE_Fortran_FLAGS "")
19
if(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$")
20
- set(CMAKE_Fortran_FLAGS_DEBUG "-check -check noarg_temp_created -ftrapuv")
+ set(CMAKE_Fortran_FLAGS_DEBUG "-check all -check noarg_temp_created -ftrapuv")
21
elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(IntelLLVM)$")
22
23
else()
24
message(WARNING "Fortran compiler with ID ${CMAKE_Fortran_COMPILER_ID} will be used with CMake default options")
25
endif()
0 commit comments