mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Added check for floating-point exceptions for Intel compiler in Makefile.
This commit is contained in:
parent
547b95dfee
commit
d6be646d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ ifeq ($(COMPILER),intel)
|
|||
|
||||
# Debugging
|
||||
ifeq ($(DEBUG),yes)
|
||||
F90FLAGS += -g -traceback -ftrapuv -fp-stack-check -check all
|
||||
F90FLAGS += -g -traceback -ftrapuv -fp-stack-check -check all -fpe0
|
||||
LDFLAGS += -g
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue