aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2019-07-29 21:30:06 +1000
committerDean Camera <dean@fourwalledcubicle.com>2019-07-29 21:30:06 +1000
commit6abb74f6b791acb04c9d149d1703213162d4126d (patch)
treef69ddcb5ae17013282a400800383838b335432ec /LUFA
parentc5b721e5873a469d71a6e74f97136eb215da1987 (diff)
downloadlufa-6abb74f6b791acb04c9d149d1703213162d4126d.tar.gz
lufa-6abb74f6b791acb04c9d149d1703213162d4126d.tar.bz2
lufa-6abb74f6b791acb04c9d149d1703213162d4126d.zip
Bootloaders: Enable LTO to reduce compiled size.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 55d5f55a8..a84ca3d57 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -22,6 +22,7 @@
* - Reduced compiled size of the Endpoint_Discard_Stream() and Endpoint_Null_Stream() functions.
* - Library Applications:
* - Updated Printer class bootloader to not store 32-bit HEX parser flash offsets on small flash devices.
+ * - Enabled Link Time Optimizations (LTO) on bootloaders to reduce compiled size on newer versions of GCC.
*
* <b>Fixed:</b>
* - Core: