We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5380815 commit eb2b418Copy full SHA for eb2b418
1 file changed
ports/atmel-samd/Makefile
@@ -95,7 +95,7 @@ endif
95
ifeq ($(DEBUG), 1)
96
# Turn on Python modules useful for debugging (e.g. uheap, ustack).
97
CFLAGS += -ggdb
98
- #CFLAGS += -flto
+ CFLAGS += -flto
99
ifeq ($(CHIP_FAMILY), samd21)
100
CFLAGS += -DENABLE_MICRO_TRACE_BUFFER
101
endif
0 commit comments