mahkoh/uapi

Why `opt-level = 0` in Cargo.toml?

Closed this issue · 0 comments

e00E commented

I am curious about

[profile.release.build-override]
opt-level = 0

in Cargo.toml.
According to https://doc.rust-lang.org/cargo/reference/profiles.html#build-dependencies this is already the default so what is the purpose of setting this there?