small fix for CI/CD
Rust/va108xx-hal/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2021-12-18 14:41:56 +01:00
parent c954fd185d
commit de607b1950
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 4 additions and 3 deletions

View File

@ -41,9 +41,10 @@ lto = false
debug = true
opt-level = "s"
[profile.release-lto]
inherits = "release"
lto = true
# Commented until named-profiles feature is stabilized
# [profile.release-lto]
# inherits = "release"
# lto = true
[[example]]
name = "timer-ticks"