]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Makefile: use the right comment char
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 7 Nov 2022 17:15:32 +0000 (22:45 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 7 Nov 2022 17:15:32 +0000 (22:45 +0530)
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) \