mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Update rust recipe config
This commit is contained in:
parent
d9a6f3eba7
commit
b0253dca86
@ -5,12 +5,15 @@ static-libstdcpp = true
|
||||
host = ["x86_64-unknown-redox"]
|
||||
target = ["x86_64-unknown-redox"]
|
||||
docs = false
|
||||
submodules = false
|
||||
submodules = true
|
||||
verbose = 2
|
||||
|
||||
[rust]
|
||||
thinlto = false
|
||||
use-jemalloc = false
|
||||
backtrace = false
|
||||
rpath = false
|
||||
codegen-tests = false
|
||||
|
||||
[target.x86_64-unknown-redox]
|
||||
cc = "x86_64-unknown-redox-gcc"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user