add O3 flag to Makefile

This commit is contained in:
Pavel Demin 2018-03-24 17:01:27 +01:00
parent 6850934062
commit cdd1c49706
1 changed files with 2 additions and 2 deletions

View File

@ -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)