Skip to content

Commit b334289

Browse files
committed
Reenable LTO for debug.
1 parent 12cf5e5 commit b334289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ ifeq ($(DEBUG), 1)
106106
# Turn on Python modules useful for debugging (e.g. uheap, ustack).
107107
CFLAGS += -ggdb
108108
# You may want to disable -flto if it interferes with debugging.
109-
#CFLAGS += -flto
109+
CFLAGS += -flto
110110
# You may want to enable these flags to make setting breakpoints easier.
111111
## CFLAGS += -fno-inline -fno-ipa-sra
112112
ifeq ($(CHIP_FAMILY), samd21)

0 commit comments

Comments
 (0)