config.toml 367 B

12345678910111213
  1. # [unstable]
  2. # build-std = ["core", "compiler_builtins", "alloc"]
  3. # build-std-features = ["compiler-builtins-mem"]
  4. [target.'cfg(target_os = "none")']
  5. runner = "bootimage runner"
  6. [build]
  7. # '-Zlinker-features=-lld' 禁用rustlld(20240723),因为它与linkme0.3版本冲突
  8. rustflags = ["-Zlinker-features=-lld"]
  9. rustdocflags = ["-Zlinker-features=-lld"]
  10. [env]