Skip to content
Snippets Groups Projects
Commit c5a7c117 authored by Per Lindgren's avatar Per Lindgren
Browse files

cargo fix

parent 5555294d
No related branches found
No related tags found
No related merge requests found
...@@ -55,11 +55,8 @@ name = "app" ...@@ -55,11 +55,8 @@ name = "app"
test = false test = false
bench = false bench = false
[profile.dev]
incremental = false
codegen-units = 1
[profile.release] [profile.release]
incremental = false # disable incremental build to allow lto on nightly
codegen-units = 1 # better optimizations codegen-units = 1 # better optimizations
debug = true # symbols are nice and they don't increase the size on Flash debug = true # symbols are nice and they don't increase the size on Flash
lto = true # better optimizations lto = true # better optimizations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment