projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39b3d79
)
Makefile: optimize for speed
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Mon, 7 Nov 2022 12:00:50 +0000
(17:30 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Mon, 7 Nov 2022 12:00:50 +0000
(17:30 +0530)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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) \