mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
fix for flang compilation of gepol
This commit is contained in:
parent
c535b39b12
commit
07d3efc602
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue