xref: /DragonOS/kernel/.cargo/config.toml (revision 28fe4ad2a0b0d8b5abf1f0cb402b1c3204b42242)
1# [unstable]
2# build-std = ["core", "compiler_builtins", "alloc"]
3# build-std-features = ["compiler-builtins-mem"]
4
5[target.'cfg(target_os = "none")']
6runner = "bootimage runner"
7
8[build]
9rustflags = ["-Clink-args=-znostart-stop-gc"]
10rustdocflags = ["-Clink-args=-znostart-stop-gc"]
11
12[env]
13