os_build/.cargo/config.toml

8 lines
315 B
TOML
Raw Permalink Normal View History

2024-06-06 22:03:02 -05:00
[unstable]
# enable the unstable artifact-dependencies feature, see
# https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#artifact-dependencies
2024-06-06 22:03:02 -05:00
bindeps = true
[target.x86-64-unknown-none]
rustflags = ["-C", "force-unwind-tables", "-C", "link-args=/home/pterpstra/projects/os-rust/kernel/eh_frame.ld"]