bootloader/.cargo/config
2023-01-15 22:04:54 +01:00

13 lines
313 B
Plaintext

[build]
target = "x86_64-unknown-uefi"
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]
[alias]
qemu = "run --target x86_64-unknown-uefi"
[target.'x86_64-unknown-uefi']
rustflags = ["-Ctarget-feature=+sse,+mmx,+sse2,-soft-float"]
runner = "./qemu.sh"