os/kernel/.cargo/config.toml

4 lines
111 B
TOML
Raw Normal View History

2024-06-29 20:50:08 +02:00
[build]
target = "x86_64-unknown-none"
2024-10-11 10:50:46 +02:00
rustflags = ["-C", "link-arg=kernel/link.ld", "-C", "link-arg=-no-pie"]