rust-le-demo/.cargo/config.toml
2023-07-06 15:23:26 -05:00

8 lines
172 B
TOML

[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]
[build]
target = "dos.json"
rustflags = ["-C", "opt-level=z"]