config.toml 269 B

1234567891011
  1. [unstable]
  2. build-std = ["core", "compiler_builtins", "alloc"]
  3. build-std-features = ["compiler-builtins-mem"]
  4. [build]
  5. target = "x86-unknown-none.json"
  6. rustflags = [
  7. "-C", "code-model=kernel",
  8. # "-C", "link-arg=-Tlink.ld",
  9. "-C", "relocation-model=static",
  10. ]