From cdd1c497062a8344e3cebde0f9aaddbb13a99ca6 Mon Sep 17 00:00:00 2001 From: Pavel Demin Date: Sat, 24 Mar 2018 17:01:27 +0100 Subject: [PATCH] add O3 flag to Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 21a5fed..219c5c2 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ FC = gfortran LD = g++ RM = rm -f -CXXFLAGS = -Wall -fbounds-check -FFLAGS = -Wall -funroll-loops -fno-second-underscore +CXXFLAGS = -O3 -Wall -fbounds-check +FFLAGS = -O3 -Wall -funroll-loops -fno-second-underscore LDFLAGS = -lfftw3f `$(FC) -print-file-name=libgfortran.so` all: $(TARGET)