Skip to content
Snippets Groups Projects
Commit fe0969e7 authored by Jason Volk's avatar Jason Volk
Browse files

fix release-max-perf profile [ci skip]


Signed-off-by: default avatarJason Volk <jason@zemos.net>
parent 2e3e14b0
No related branches found
No related tags found
1 merge request!543Misc
......@@ -569,7 +569,17 @@ lto = "fat"
[profile.release-max-perf.build-override]
inherits = "release-max-perf"
opt-level = 0
codegen-units = 32
#rustflags = [
# '-Crelocation-model=pic',
# '-Ctarget-feature=-crt-static',
# '-Clink-arg=-Wl,--no-gc-sections',
#]
[profile.release-max-perf.package.conduit_macros]
inherits = "release-max-perf.build-override"
#rustflags = [
# '-Crelocation-model=pic',
# '-Ctarget-feature=-crt-static',
#]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment