Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-rebuild-order
Commits
93c06f44
Verified
Commit
93c06f44
authored
Oct 21, 2020
by
Sven-Hendrik Haase
Browse files
Use codegen-units = 1 for release mode
This tends to yield slightly better codegen.
parent
6f0b779d
Pipeline
#2312
passed with stages
in 2 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.toml
View file @
93c06f44
...
...
@@ -20,3 +20,4 @@ structopt = "0.3"
[profile.release]
lto
=
true
codegen-units
=
1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment