Files
wordleos/.cargo/config.toml
T
2026-06-04 04:20:07 -04:00

10 lines
242 B
TOML

[unstable]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]
[build]
target = "x86_64-unknown-none"
[target.x86_64-unknown-none]
rustflags = ["-Clink-arg=-Tsrc/linker.ld", "-Crelocation-model=static"]