Removing fpe detection from debug build

This commit is contained in:
Jeffrey Garretson
2021-03-17 01:49:05 -06:00
parent 2ae762e9ab
commit a520f816fe

View File

@@ -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