projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6984d71
)
Makefile: use the right comment char
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Mon, 7 Nov 2022 17:15:32 +0000
(22:45 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Mon, 7 Nov 2022 17:15:32 +0000
(22:45 +0530)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 17d10454a0384ff90865ca5a03f71b707f052c09..47e7989a814b77ab3acef9cceb3558db5fe7c172 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-156,7
+156,7
@@
AUDIO_OBJS=portaudio.o
endif
CFLAGS= -Wno-deprecated-declarations -O3
-
// CFLAGS=
-Wno-deprecated-declarations -O3 -mcpu=cortex-a72 -mfloat-abi=hard -mfpu=neon-fp-armv8 -mneon-for-64bits
+
# 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) \