From: c vw Date: Fri, 21 Aug 2020 14:51:39 +0000 (+0200) Subject: If CFLAGS is not set externally, use optimization! X-Git-Url: https://git.rkrishnan.org/pf/components//%22%22?a=commitdiff_plain;h=07dac1552ed07116b43f35ec2cc6a0d0baa5f038;p=pihpsdr.git If CFLAGS is not set externally, use optimization! --- diff --git a/Makefile.mac b/Makefile.mac index 837f461..d5d0cd1 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -32,7 +32,7 @@ MIDI_INCLUDE=MIDI # uncomment the line below for various debug facilities #DEBUG_OPTION=-D DEBUG -CFLAGS?= -g -Wno-deprecated-declarations +CFLAGS?= -O -Wno-deprecated-declarations ifeq ($(CONTROLLER2_V2_INCLUDE),CONTROLLER2_V2) CONTROLLER2_OPTIONS=-D CONTROLLER2_V2