mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Moved -Wall to DEBUG section for gfortran compiler in Makefile.
This commit is contained in:
parent
b207f27144
commit
6c0f36eedf
1 changed files with 2 additions and 2 deletions
|
|
@ -28,12 +28,12 @@ USE_HDF5 = no
|
|||
|
||||
ifeq ($(COMPILER),gnu)
|
||||
F90 = gfortran
|
||||
F90FLAGS := -cpp -Wall -fbacktrace
|
||||
F90FLAGS := -cpp -fbacktrace
|
||||
LDFLAGS =
|
||||
|
||||
# Debugging
|
||||
ifeq ($(DEBUG),yes)
|
||||
F90FLAGS += -g -pedantic -std=f2008 -fbounds-check \
|
||||
F90FLAGS += -g -Wall -pedantic -std=f2008 -fbounds-check \
|
||||
-ffpe-trap=invalid,zero,overflow,underflow
|
||||
LDFLAGS += -g
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue