From d83a4ac72db90253089fb33e6f01d6da8f99f8b3 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 Jul 2020 12:44:41 -0500 Subject: Changes to add compiler optimization option --- ports/cxd56/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'ports/cxd56') diff --git a/ports/cxd56/Makefile b/ports/cxd56/Makefile index 6838270a6..8a23059b7 100644 --- a/ports/cxd56/Makefile +++ b/ports/cxd56/Makefile @@ -123,6 +123,7 @@ CFLAGS += \ -fdata-sections \ -Wall \ +# option to override compiler optimization level, set in boards/$(BOARD)/mpconfigboard.mk ifdef OPTIMIZATION_LEVEL CFLAGS += -O$(OPTIMIZATION_LEVEL) endif -- cgit v1.2.3