diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-02-15 16:12:58 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-02-15 16:12:58 -0800 |
| commit | eb2b41810a8679fffd4a6e149ec84565fea09e95 (patch) | |
| tree | ead9c34e144edab21cfbf3cd1170eb6452f233da | |
| parent | 538081528de1ae3c052cc114167f05b7ffa9f6de (diff) | |
Turn on lto
| -rw-r--r-- | ports/atmel-samd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/Makefile b/ports/atmel-samd/Makefile index 29377dc60..041f1d1ad 100644 --- a/ports/atmel-samd/Makefile +++ b/ports/atmel-samd/Makefile @@ -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 |
