Skip to content

Commit c8e823d

Browse files
committed
bricks/_common/Makefile: Enable CSUPEROPT for smaller binaries.
Reduces build size: Move Hub: -2400 Technic Hub: -2332
1 parent 2488153 commit c8e823d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bricks/_common/arm_none_eabi.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ CFLAGS += -Og -ggdb
206206
else ifeq ($(DEBUG), 2)
207207
CFLAGS += -Os -DNDEBUG -flto=auto
208208
else
209+
209210
CFLAGS += -Os -DNDEBUG -flto=auto
210211
CFLAGS += -fdata-sections -ffunction-sections
211212
endif

0 commit comments

Comments
 (0)