mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
14 lines
367 B
TOML
14 lines
367 B
TOML
# [unstable]
|
||
# build-std = ["core", "compiler_builtins", "alloc"]
|
||
# build-std-features = ["compiler-builtins-mem"]
|
||
|
||
[target.'cfg(target_os = "none")']
|
||
runner = "bootimage runner"
|
||
|
||
[build]
|
||
# '-Zlinker-features=-lld' 禁用rustlld(20240723),因为它与linkme0.3版本冲突
|
||
rustflags = ["-Zlinker-features=-lld"]
|
||
rustdocflags = ["-Zlinker-features=-lld"]
|
||
|
||
[env]
|