diff --git a/local/make.inc b/local/make.inc index bde9520a7be0e45e80ead925a07906a638f16ad2..b50de4aa9967f7a44d654e74b656a201d44b91d4 100644 --- a/local/make.inc +++ b/local/make.inc @@ -9,7 +9,6 @@ OPTLEVEL = O F90FLAGS = CFLAGS = -LDFLAGS = -ld_classic ifeq ($(OPTLEVEL), O) #optimized ifeq ($(COMPTYPE), i) #intel @@ -114,7 +113,8 @@ endif ifeq ($(ENVTYPE), Marconi) #Linux env. EXTLIBS = $(LDIRS) -Wl,--start-group $(LIBS) -Wl,--end-group endif -ifeq ($(ENVTYPE), MacOS) #Linux env. +ifeq ($(ENVTYPE), MacOS) #MacOS (tested for Sonoma 14) + LDFLAGS = -ld_classic EXTLIBS = $(LDIRS) $(LIBS) endif