From: Ramakrishnan Muthukrishnan Date: Mon, 7 Nov 2022 17:15:32 +0000 (+0530) Subject: Makefile: use the right comment char X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/$top_link?a=commitdiff_plain;h=8e668cc395f75e49712a7b5ceeae7bd1d9acbc5a;p=pihpsdr.git Makefile: use the right comment char --- diff --git a/Makefile b/Makefile index 17d1045..47e7989 100644 --- 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) \