]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Makefile: optimize for speed
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 7 Nov 2022 12:00:50 +0000 (17:30 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 7 Nov 2022 12:00:50 +0000 (17:30 +0530)
Makefile

index 83e4f6cf87e5059a0e0a6ad1044bcb363a84c5b6..52b704e3b65ef78b0a521dd00ab3d3715432d2db 100644 (file)
--- 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) \