diff --git a/ref/cmake/compiler_flags_Intel_Fortran.cmake b/ref/cmake/compiler_flags_Intel_Fortran.cmake index ffa973b..84dfc2f 100644 --- a/ref/cmake/compiler_flags_Intel_Fortran.cmake +++ b/ref/cmake/compiler_flags_Intel_Fortran.cmake @@ -14,7 +14,7 @@ set( CMAKE_Fortran_FLAGS_RELEASE "-O3 -xHost " ) # DEBUG FLAGS #################################################################### -set( CMAKE_Fortran_FLAGS_DEBUG "-O0 -debug -nolib-inline -fno-inline-functions -assume protect_parens,minus0 -prec-div -prec-sqrt -check bounds -fp-stack-check -init=snan,array -warn unused" ) +set( CMAKE_Fortran_FLAGS_DEBUG "-O0 -debug -nolib-inline -fno-inline-functions -assume protect_parens -prec-div -prec-sqrt -check bounds -fp-stack-check -init=snan,array -warn unused" ) #################################################################### # FLAGS FOR GPUS