mirror of
https://github.com/pavel-demin/ft8d.git
synced 2025-08-24 07:52:27 -04:00
add O3 flag to Makefile
This commit is contained in:
parent
6850934062
commit
cdd1c49706
4
Makefile
4
Makefile
@ -13,8 +13,8 @@ FC = gfortran
|
|||||||
LD = g++
|
LD = g++
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
|
|
||||||
CXXFLAGS = -Wall -fbounds-check
|
CXXFLAGS = -O3 -Wall -fbounds-check
|
||||||
FFLAGS = -Wall -funroll-loops -fno-second-underscore
|
FFLAGS = -O3 -Wall -funroll-loops -fno-second-underscore
|
||||||
LDFLAGS = -lfftw3f `$(FC) -print-file-name=libgfortran.so`
|
LDFLAGS = -lfftw3f `$(FC) -print-file-name=libgfortran.so`
|
||||||
|
|
||||||
all: $(TARGET)
|
all: $(TARGET)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user