fix for flang compilation of gepol

This commit is contained in:
edoapra 2025-08-21 18:52:06 -07:00
parent c535b39b12
commit 07d3efc602
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -37,4 +37,7 @@ HEADERS = ../property/prop.fh ../property/atomdata.fh cosmoP.fh cosmo_params.fh
include ../config/makefile.h
include ../config/makelib.h
ifeq ($(FLANG_NEW),true)
FOPTIONS += -fno-automatic
endif
#FDEBUG += -O0