config.toml 290 B

123456789101112
  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. rustflags = ["-Clink-args=-znostart-stop-gc"]
  8. rustdocflags = ["-Clink-args=-znostart-stop-gc"]
  9. [env]