Skip to content

Commit eb2b418

Browse files
committed
Turn on lto
1 parent 5380815 commit eb2b418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/atmel-samd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ endif
9595
ifeq ($(DEBUG), 1)
9696
# Turn on Python modules useful for debugging (e.g. uheap, ustack).
9797
CFLAGS += -ggdb
98-
#CFLAGS += -flto
98+
CFLAGS += -flto
9999
ifeq ($(CHIP_FAMILY), samd21)
100100
CFLAGS += -DENABLE_MICRO_TRACE_BUFFER
101101
endif

0 commit comments

Comments
 (0)