mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
13 lines
290 B
TOML
13 lines
290 B
TOML
# [unstable]
|
|
# build-std = ["core", "compiler_builtins", "alloc"]
|
|
# build-std-features = ["compiler-builtins-mem"]
|
|
|
|
[target.'cfg(target_os = "none")']
|
|
runner = "bootimage runner"
|
|
|
|
[build]
|
|
rustflags = ["-Clink-args=-znostart-stop-gc"]
|
|
rustdocflags = ["-Clink-args=-znostart-stop-gc"]
|
|
|
|
[env]
|