Skip to content

Commit

Permalink
CMake+Intel+Win32+Debug compiler flag consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Oct 27, 2021
1 parent 2580c40 commit 9353121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/OpenfastFortranOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ macro(set_fast_intel_fortran_windows)

# debug flags
if(CMAKE_BUILD_TYPE MATCHES Debug)
set( CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} /check:all /traceback /Qinit=huge,infinity" )
set( CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} /check:all,noarg_temp_created /traceback /Qinit=huge,infinity" )
endif()

# OPENMP
Expand Down

0 comments on commit 9353121

Please sign in to comment.