diff --git a/cmake/compilers.cmake b/cmake/compilers.cmake index 8fe1e6ad..456e49b4 100644 --- a/cmake/compilers.cmake +++ b/cmake/compilers.cmake @@ -53,7 +53,7 @@ if(CMAKE_Fortran_COMPILER_ID MATCHES Intel) #Production set(PROD "-align array64byte -align rec32byte -no-prec-div -fast-transcendentals") #Debug - set(DEBUG "-g -traceback -check bounds -check uninit -debug all -gen-interfaces -warn interfaces -fp-stack-check -fpe-all=0") + set(DEBUG "-g -traceback -check bounds -check uninit -debug all -gen-interfaces -warn interfaces -fp-stack-check") set(PRODWITHDEBUGINFO "-O3 -g -traceback -debug all -align array64byte -align rec32byte -no-prec-div -fast-transcendentals") #Now do OS-dep options