Files
bootler/bootle/.cargo/config.toml
2026-03-06 16:53:18 +01:00

6 lines
85 B
TOML

[build]
target = "x86_64-unknown-none"
rustflags = [
"-Crelocation-model=static"
]