mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
silence fpp warnings
This commit is contained in:
parent
f22e025b30
commit
19d62e4846
1 changed files with 9 additions and 0 deletions
|
|
@ -1428,6 +1428,9 @@ ifeq ($(TARGET),MACX64)
|
|||
endif
|
||||
|
||||
FOPTIONS += -fpp -g -no-save-temps
|
||||
ifneq ($(V),1)
|
||||
FOPTIONS += -Qoption,fpp,-w0
|
||||
endif
|
||||
FDEBUG = -O2 -g
|
||||
FOPTIMIZE = -O3
|
||||
|
||||
|
|
@ -2382,6 +2385,9 @@ ifneq ($(TARGET),LINUX)
|
|||
ifeq ($(_FC),ifxold)
|
||||
DEFINES += -DIFCV8 -DIFCLINUX
|
||||
FOPTIONS += -fpp -align
|
||||
ifneq ($(V),1)
|
||||
FOPTIONS += -Qoption,fpp,-w0
|
||||
endif
|
||||
FOPTIMIZE = -g -O3 -fimf-arch-consistency=true
|
||||
ifdef USE_I4FLAGS
|
||||
else
|
||||
|
|
@ -2444,6 +2450,9 @@ ifneq ($(TARGET),LINUX)
|
|||
endif
|
||||
|
||||
FOPTIONS += -align -fpp
|
||||
ifneq ($(V),1)
|
||||
FOPTIONS += -Qoption,fpp,-w0
|
||||
endif
|
||||
|
||||
# might be not need and the root cause for https://github.com/nwchemgit/nwchem/issues/255
|
||||
# CPP=fpp -P
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue