aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/DMBS/DMBS/gcc.md
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2017-12-31 17:24:46 +1100
committerDean Camera <dean@fourwalledcubicle.com>2017-12-31 17:24:46 +1100
commit4145d6bec052608b0b023cb85f2f7f9e51521482 (patch)
treef32df80cce733a7e9f8795881eb3f4a12736f790 /LUFA/Build/DMBS/DMBS/gcc.md
parentb5c251a7d7a3801a009518365f3d0fd5043dbc5f (diff)
downloadlufa-4145d6bec052608b0b023cb85f2f7f9e51521482.tar.gz
lufa-4145d6bec052608b0b023cb85f2f7f9e51521482.tar.bz2
lufa-4145d6bec052608b0b023cb85f2f7f9e51521482.zip
Update DMBS to the latest version.
Diffstat (limited to 'LUFA/Build/DMBS/DMBS/gcc.md')
-rw-r--r--LUFA/Build/DMBS/DMBS/gcc.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/Build/DMBS/DMBS/gcc.md b/LUFA/Build/DMBS/DMBS/gcc.md
index d28fd9ae4..f7f3480db 100644
--- a/LUFA/Build/DMBS/DMBS/gcc.md
+++ b/LUFA/Build/DMBS/DMBS/gcc.md
@@ -152,6 +152,10 @@ be assumed.
<td>Boolean, if `Y` jump tables will be enabled to slightly reduce the resulting binary's size - note that this can cause incorrect jumps if the binary is relocated after compilation, such as for a bootloader. Default is `N`.</td>
</tr>
<tr>
+ <td>LTO</td>
+ <td>Boolean, if `Y` link time optimization will be enabled to reduce the resulting binary's size. For larger projects you might also want to add `-mcall-prologues` to the `CC_FLAGS`. Default is `N`.</td>
+ </tr>
+ <tr>
<td>OBJDIR</td>
<td>Directory to store the intermediate object files, as they are generated from the source files. Default is `obj`.</td>
</tr>