enable LTO

This commit is contained in:
Jorge Aparicio
2017-03-12 21:43:07 -05:00
parent 63213f3568
commit 4fb728a4fa

View File

@@ -10,4 +10,7 @@ cortex-m-srp = { git = "https://github.com/japaric/cortex-m-srp" }
{{name}} = "*"
[features]
default = ["cortex-m-rt/linker-script"]
default = ["cortex-m-rt/linker-script"]
[profile.release]
lto = true