Skip to content

Commit

Permalink
PDAF: replace all check debug options with -check all
Browse files Browse the repository at this point in the history
  • Loading branch information
jjokella committed Nov 13, 2024
1 parent 8424201 commit fec96f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/SetBuildOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ elseif(COMPILER STREQUAL "Intel" OR COMPILER STREQUAL "IntelLLVM")
if(USE_PDAF)
# PDAF: additional flags produced problems in the compilation
# https://github.com/HPSCTerrSys/TSMP2/issues/36
set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -g")
set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -g -fpe0 -check all")
else()
set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created")
endif()
Expand Down

0 comments on commit fec96f6

Please sign in to comment.