From 6f902bcfe7a957e31babbb371f842a34fec9251d Mon Sep 17 00:00:00 2001 From: Jason Kotzin Date: Tue, 2 Aug 2022 09:35:01 -0700 Subject: [PATCH] optimization flag for jeff probe --- src/platforms/jeff/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platforms/jeff/Makefile.inc b/src/platforms/jeff/Makefile.inc index 81594441..6920ad46 100644 --- a/src/platforms/jeff/Makefile.inc +++ b/src/platforms/jeff/Makefile.inc @@ -3,6 +3,7 @@ CC = $(CROSS_COMPILE)gcc OBJCOPY = $(CROSS_COMPILE)objcopy NO_OWN_LL = 1 +OPT_FLAGS := -Os ifeq ($(ENABLE_DEBUG), 1) CFLAGS += -DDEBUG_ME