JuliOS/.cargo/config.toml

6 lines
135 B
TOML
Raw Normal View History

[target.'cfg(target_os = "linux")']
rustflags = ["-C", "link-arg=-nostartfiles"]
[unstable]
build-std = ["core", "compiler_builtins"]