mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-07 20:30:39 +00:00
Whitespace fix.
This commit is contained in:
parent
a6850f8e82
commit
1dac334b84
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ lto = false # controls `-C lto` for binaries and staticlibs
|
||||||
debug-assertions = true # controls whether debug assertions are enabled
|
debug-assertions = true # controls whether debug assertions are enabled
|
||||||
codegen-units = 1 # controls whether the compiler passes `-C codegen-units`
|
codegen-units = 1 # controls whether the compiler passes `-C codegen-units`
|
||||||
# `codegen-units` is ignored when `lto = true`
|
# `codegen-units` is ignored when `lto = true`
|
||||||
panic = 'unwind' # panic strategy (`-C panic=...`), can also be 'abort'
|
panic = 'unwind' # panic strategy (`-C panic=...`), can also be 'abort'
|
||||||
|
|
||||||
# The release profile, used for `cargo build --release`.
|
# The release profile, used for `cargo build --release`.
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue