We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12cf5e5 commit b334289Copy full SHA for b334289
ports/atmel-samd/Makefile
@@ -106,7 +106,7 @@ ifeq ($(DEBUG), 1)
106
# Turn on Python modules useful for debugging (e.g. uheap, ustack).
107
CFLAGS += -ggdb
108
# You may want to disable -flto if it interferes with debugging.
109
- #CFLAGS += -flto
+ CFLAGS += -flto
110
# You may want to enable these flags to make setting breakpoints easier.
111
## CFLAGS += -fno-inline -fno-ipa-sra
112
ifeq ($(CHIP_FAMILY), samd21)
0 commit comments