summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-12-04 18:22:23 -0800
committerScott Shawcroft <scott@tannewt.org>2018-12-04 18:22:23 -0800
commitf59c3bd72643ba5cf5c7dcd162bc5a956083d1db (patch)
tree7f358df93f4e154fdd9adadaa7f0d15d076f295b
parentb0da9ac780a2e65344ed939e84c920b6897d6019 (diff)
Add flag comment
-rw-r--r--ports/atmel-samd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/atmel-samd/Makefile b/ports/atmel-samd/Makefile
index 53fc59e59..9a31eb42a 100644
--- a/ports/atmel-samd/Makefile
+++ b/ports/atmel-samd/Makefile
@@ -81,6 +81,7 @@ BASE_CFLAGS = \
-DCIRCUITPY_SAFE_RESTART_WORD=0xDEADBEEF \
--param max-inline-insns-single=500
+ # Use these flags to debug build times and header includes.
# -ftime-report
# -H
# NDEBUG disables assert() statements. This reduces code size pretty dramatically, per tannewt.