Skip to content
Snippets Groups Projects
config.toml 460 B
Newer Older
[llvm]
static-libstdcpp = true

[build]
host = ["x86_64-unknown-redox"]
target = ["x86_64-unknown-redox"]
docs = false
submodules = true
verbose = 2
Ian Douglas Scott's avatar
Ian Douglas Scott committed
[rust]
thinlto = false
use-jemalloc = false
Ian Douglas Scott's avatar
Ian Douglas Scott committed
backtrace = false
rpath = false
codegen-tests = false
Ian Douglas Scott's avatar
Ian Douglas Scott committed

[target.x86_64-unknown-redox]
cc = "x86_64-unknown-redox-gcc"
cxx = "x86_64-unknown-redox-g++"
ar = "x86_64-unknown-redox-ar"
linker = "x86_64-unknown-redox-gcc"
llvm-config = "../llvm-config"
crt-static = true