mirror of
https://github.com/pavel-demin/ft8d.git
synced 2024-11-26 22:38:37 -05:00
add optimization options to CFLAGS and FFLAGS in Makefile
This commit is contained in:
parent
330445d1d3
commit
f5096f8d44
4
Makefile
4
Makefile
@ -12,8 +12,8 @@ FC = gfortran
|
||||
LD = gfortran
|
||||
RM = rm -f
|
||||
|
||||
CFLAGS = -Wall -O3 -funroll-loops
|
||||
FFLAGS = -Wall -O3 -funroll-loops
|
||||
CFLAGS = -Wall -O3 -funroll-loops -march=armv7-a -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad
|
||||
FFLAGS = -Wall -O3 -funroll-loops -march=armv7-a -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user