Turn on lto
This commit is contained in:
parent
538081528d
commit
eb2b41810a
@ -95,7 +95,7 @@ endif
|
||||
ifeq ($(DEBUG), 1)
|
||||
# Turn on Python modules useful for debugging (e.g. uheap, ustack).
|
||||
CFLAGS += -ggdb
|
||||
#CFLAGS += -flto
|
||||
CFLAGS += -flto
|
||||
ifeq ($(CHIP_FAMILY), samd21)
|
||||
CFLAGS += -DENABLE_MICRO_TRACE_BUFFER
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user