forked from kiss-community/repo
rust: tweak build
This commit is contained in:
parent
9e51702c21
commit
4f2b275feb
@ -46,7 +46,7 @@ submodules = false
|
|||||||
python = "python3"
|
python = "python3"
|
||||||
locked-deps = true
|
locked-deps = true
|
||||||
vendor = true
|
vendor = true
|
||||||
tools = [ "cargo", "rustfmt", "src" ]
|
tools = [ "cargo", "rustfmt" ]
|
||||||
sanitizers = false
|
sanitizers = false
|
||||||
profiler = false
|
profiler = false
|
||||||
full-bootstrap = false
|
full-bootstrap = false
|
||||||
@ -66,7 +66,7 @@ src-tarball = false
|
|||||||
backtrace = false
|
backtrace = false
|
||||||
channel = "stable"
|
channel = "stable"
|
||||||
codegen-tests = false
|
codegen-tests = false
|
||||||
codegen-units-std = 0
|
codegen-units-std = 1
|
||||||
codegen-units = 0
|
codegen-units = 0
|
||||||
debug = false
|
debug = false
|
||||||
debug-assertions = false
|
debug-assertions = false
|
||||||
|
Loading…
Reference in New Issue
Block a user