Files
CappuccinOS/.cargo/config.toml

10 lines
182 B
TOML

[unstable]
build-std = [
"core",
"compiler_builtins",
"alloc",
]
[build]
target = "./src/arch/x86_64/x86_64-unknown-none.json"
rustflags = ["-Cforce-frame-pointers=yes"]