summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-06-14 21:02:12 -0400
committerDan Halbert <halbert@halwitz.org>2018-06-14 21:02:12 -0400
commitfa814a32ce3a211bcec9b06ad488aa1dde1b669d (patch)
tree4fb938bfdff579e222c968faf0f6f84a95fedec6 /ports
parente724bc1c4eb1224aa043a1489b29ec3daaa832aa (diff)
Make Trinket M0 build fit; make RAMFS in vfs_fat_* tests be compliant with expected API
Diffstat (limited to 'ports')
-rw-r--r--ports/atmel-samd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/Makefile b/ports/atmel-samd/Makefile
index 8d454a4f6..67fbfd166 100644
--- a/ports/atmel-samd/Makefile
+++ b/ports/atmel-samd/Makefile
@@ -114,7 +114,7 @@ else
# -finline-limit=80 or so is similar to not having it on.
# There is no simple default value, though.
ifdef INTERNAL_FLASH_FILESYSTEM
- CFLAGS += -finline-limit=60
+ CFLAGS += -finline-limit=55
endif
CFLAGS += -flto
endif