forked from NaxdyOrg/NaxGCC-FW
feat: bump to v1.1.1 / improve opt-level
This commit is contained in:
parent
1c398652ad
commit
6545b0219a
3 changed files with 5 additions and 4 deletions
1
.changelogs/v1.1.1.md
Symbolic link
1
.changelogs/v1.1.1.md
Symbolic link
|
@ -0,0 +1 @@
|
|||
v1.0.0.md
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -875,7 +875,7 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
|||
|
||||
[[package]]
|
||||
name = "naxgcc-fw"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
dependencies = [
|
||||
"cortex-m",
|
||||
"cortex-m-rt",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "naxgcc-fw"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
@ -58,7 +58,7 @@ codegen-units = 1
|
|||
debug = 2
|
||||
debug-assertions = true
|
||||
incremental = false
|
||||
opt-level = 2
|
||||
opt-level = 's'
|
||||
lto = "fat"
|
||||
overflow-checks = true
|
||||
|
||||
|
@ -71,7 +71,7 @@ incremental = false
|
|||
lto = 'fat'
|
||||
# opt level needs to be benchmarked after every major feature
|
||||
# due to the changes in binary size and alignment
|
||||
opt-level = 2
|
||||
opt-level = 's'
|
||||
overflow-checks = false
|
||||
|
||||
# do not optimize proc-macro crates = faster builds from scratch
|
||||
|
|
Loading…
Reference in a new issue