Skip to content

Commit 4fb728a

Browse files
author
Jorge Aparicio
committed
enable LTO
1 parent 63213f3 commit 4fb728a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ cortex-m-srp = { git = "https://github.com/japaric/cortex-m-srp" }
1010
{{name}} = "*"
1111

1212
[features]
13-
default = ["cortex-m-rt/linker-script"]
13+
default = ["cortex-m-rt/linker-script"]
14+
15+
[profile.release]
16+
lto = true

0 commit comments

Comments
 (0)