Initial Commit

This commit is contained in:
2024-09-09 11:28:28 +00:00
commit b3cd655913
3 changed files with 62 additions and 0 deletions
+28
View File
@@ -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"