Skip to content

Commit e37eb26

Browse files
Edit typo in flags
1 parent eab4cbe commit e37eb26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ if(hasParent)
1717
# for potential (-r8/-r4) conflict
1818
set(CMAKE_Fortran_FLAGS "")
1919
if(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$")
20-
set(CMAKE_Fortran_FLAGS_DEBUG "-check -check noarg_temp_created -ftrapuv")
20+
set(CMAKE_Fortran_FLAGS_DEBUG "-check all -check noarg_temp_created -ftrapuv")
2121
elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(IntelLLVM)$")
22-
set(CMAKE_Fortran_FLAGS_DEBUG "-check -check noarg_temp_created -ftrapuv")
22+
set(CMAKE_Fortran_FLAGS_DEBUG "-check all -check noarg_temp_created -ftrapuv")
2323
else()
2424
message(WARNING "Fortran compiler with ID ${CMAKE_Fortran_COMPILER_ID} will be used with CMake default options")
2525
endif()

0 commit comments

Comments
 (0)