From 07dac1552ed07116b43f35ec2cc6a0d0baa5f038 Mon Sep 17 00:00:00 2001 From: c vw Date: Fri, 21 Aug 2020 16:51:39 +0200 Subject: [PATCH] If CFLAGS is not set externally, use optimization! --- Makefile.mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2