From: Ramakrishnan Muthukrishnan Date: Mon, 7 Nov 2022 12:00:50 +0000 (+0530) Subject: Makefile: optimize for speed X-Git-Url: https://git.rkrishnan.org/pf/content/en/COPYING.TGPPL.html?a=commitdiff_plain;h=8496b63c5bcdf4cbdebb5e42351bac29e3307008;p=pihpsdr.git Makefile: optimize for speed --- diff --git a/Makefile b/Makefile index 83e4f6c..52b704e 100644 --- a/Makefile +++ b/Makefile @@ -155,8 +155,8 @@ AUDIO_SOURCES=portaudio.c AUDIO_OBJS=portaudio.o endif -//CFLAGS= -g -Wno-deprecated-declarations -O3 -CFLAGS= -g -Wno-deprecated-declarations +CFLAGS= -Wno-deprecated-declarations -O3 +//CFLAGS= -g -Wno-deprecated-declarations OPTIONS=$(SMALL_SCREEN_OPTIONS) $(MIDI_OPTIONS) $(PURESIGNAL_OPTIONS) $(REMOTE_OPTIONS) $(USBOZY_OPTIONS) \ $(GPIO_OPTIONS) $(GPIOD_OPTIONS) $(LOCALCW_OPTIONS) \ $(PTT_OPTIONS) \