From 6984d717c06a6488f56dd18031980799c4616478 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Mon, 7 Nov 2022 18:24:13 +0530 Subject: [PATCH] Makefile: gcc flags for arm optimizations for pi4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52b704e..17d1045 100644 --- a/Makefile +++ b/Makefile @@ -156,7 +156,7 @@ AUDIO_OBJS=portaudio.o endif CFLAGS= -Wno-deprecated-declarations -O3 -//CFLAGS= -g -Wno-deprecated-declarations +// CFLAGS= -Wno-deprecated-declarations -O3 -mcpu=cortex-a72 -mfloat-abi=hard -mfpu=neon-fp-armv8 -mneon-for-64bits OPTIONS=$(SMALL_SCREEN_OPTIONS) $(MIDI_OPTIONS) $(PURESIGNAL_OPTIONS) $(REMOTE_OPTIONS) $(USBOZY_OPTIONS) \ $(GPIO_OPTIONS) $(GPIOD_OPTIONS) $(LOCALCW_OPTIONS) \ $(PTT_OPTIONS) \ -- 2.45.2