mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-09 02:37:55 -05:00
Removing fpe detection from debug build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user