mirror of
https://github.com/pavel-demin/ft8d.git
synced 2026-06-11 02:18:34 -04:00
add optimization options to CFLAGS and FFLAGS in Makefile
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user