Files
embedded-rs/Cargo.toml
Jorge Aparicio 4fb728a4fa enable LTO
2017-03-12 21:43:07 -05:00

16 lines
355 B
TOML

[package]
authors = [{{toml-escape author}}]
name = "cortex-m-quickstart"
version = "0.0.0"
[dependencies]
cortex-m = "0.2.1"
cortex-m-rt = { git = "https://github.com/japaric/cortex-m-rt" }
cortex-m-srp = { git = "https://github.com/japaric/cortex-m-srp" }
{{name}} = "*"
[features]
default = ["cortex-m-rt/linker-script"]
[profile.release]
lto = true