9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
[build]
|
|
target = "x86_64-unknown-uefi"
|
|
|
|
[unstable]
|
|
build-std = ["core"]
|
|
|
|
[target.x86_64-unknown-uefi]
|
|
rustflags = ["-Ccode-model=small", "-Clink-arg=/debug:none"]
|