diff --git a/src/Makefile b/src/Makefile index 85a6bed4a..40336d876 100644 --- a/src/Makefile +++ b/src/Makefile @@ -102,7 +102,7 @@ endif # Set FC and FCFLAGS... ifeq ($(COMPILER),gcc) FC=gfortran - FCFLAGS=-Wall -fopenmp -g -fcheck=all -fbacktrace -mcmodel=medium -Wcharacter-truncation $(OPTI) + FCFLAGS=-Wall -fopenmp -g -fcheck=all -fbacktrace -mcmodel=medium -Wcharacter-truncation -fno-automatic $(OPTI) else ifeq ($(COMPILER),icx) FC=ifort FCFLAGS=-warn -qopenmp -g -check=all -traceback -mcmodel=medium $(OPTI)