Initial Commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
change-id = 118703
|
||||
|
||||
[llvm]
|
||||
targets = "X86"
|
||||
link-shared = true
|
||||
|
||||
[build]
|
||||
docs = false
|
||||
extended = true
|
||||
locked-deps = true
|
||||
tools = ["cargo", "clippy", "rustdoc", "rustfmt"]
|
||||
vendor = true
|
||||
|
||||
[install]
|
||||
prefix = "/usr"
|
||||
docdir = "share/doc/rustc"
|
||||
|
||||
[rust]
|
||||
channel = "stable"
|
||||
description = "for Tide Linux"
|
||||
lto = "thin"
|
||||
codegen-units = 1
|
||||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
llvm-config = "/usr/bin/llvm-config"
|
||||
|
||||
[target.i686-unknown-linux-gnu]
|
||||
llvm-config = "/usr/bin/llvm-config"
|
||||
Reference in New Issue
Block a user