remove no-second-underscore from Makefile

This commit is contained in:
Pavel Demin 2020-06-27 16:56:47 +00:00
parent 86712a5771
commit 071d85029e
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ FC = gfortran
LD = gfortran
RM = rm -f
CFLAGS = -O3 -Wall
FFLAGS = -O3 -Wall -funroll-loops -fno-second-underscore
CFLAGS = -Wall -O3 -funroll-loops
FFLAGS = -Wall -O3 -funroll-loops
LDFLAGS = -lfftw3f
all: $(TARGET)