From 93531211dacf5b39ede11859c9c4b045cac88fd8 Mon Sep 17 00:00:00 2001 From: andrew-platt Date: Wed, 27 Oct 2021 13:14:44 -0600 Subject: [PATCH] CMake+Intel+Win32+Debug compiler flag consistency --- cmake/OpenfastFortranOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/OpenfastFortranOptions.cmake b/cmake/OpenfastFortranOptions.cmake index cc087cded..b936aed4b 100644 --- a/cmake/OpenfastFortranOptions.cmake +++ b/cmake/OpenfastFortranOptions.cmake @@ -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