rust-le-demo/.cargo/config.toml

8 lines
172 B
TOML
Raw Normal View History

2023-07-06 15:23:26 -05:00
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]
[build]
target = "dos.json"
rustflags = ["-C", "opt-level=z"]