From 8496b63c5bcdf4cbdebb5e42351bac29e3307008 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Mon, 7 Nov 2022 17:30:50 +0530
Subject: [PATCH] Makefile: optimize for speed

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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) \
-- 
2.45.2