From 071d85029eb0eced0a445e823a90c2e793047808 Mon Sep 17 00:00:00 2001 From: Pavel Demin Date: Sat, 27 Jun 2020 16:56:47 +0000 Subject: [PATCH] remove no-second-underscore from Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6ff40e8..1279e6f 100644 --- a/Makefile +++ b/Makefile @@ -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)