silence fpp warnings

This commit is contained in:
edoapra 2023-08-04 13:43:10 -07:00
parent f22e025b30
commit 19d62e4846
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

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