2024-06-06 22:03:02 -05:00
|
|
|
[unstable]
|
2024-09-04 10:47:47 -05:00
|
|
|
# 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
|
2024-09-04 10:47:47 -05:00
|
|
|
|
|
|
|
[target.x86-64-unknown-none]
|
|
|
|
rustflags = ["-C", "force-unwind-tables", "-C", "link-args=/home/pterpstra/projects/os-rust/kernel/eh_frame.ld"]
|