summaryrefslogtreecommitdiff
path: root/kernel/.cargo/config
blob: f1e8621047de7297049301c47c39c647672a9cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]

[build]
target = "x86_64-uff.json"
rustflags = ["-Clink-arg=-r","-Clink-dead-code"]

[target.'cfg(all(target_os = "none", feature = "testing_qemu"))']
runner = "./run -test -serial"

[target.'cfg(all(target_os = "none", not(feature = "testing_qemu")))']
runner = "./run -test"