Remove allocator

This commit is contained in:
--global
2025-02-19 21:33:20 +00:00
parent e89ac58bec
commit 5d6879ade8
8 changed files with 7 additions and 174 deletions

View File

@ -27,7 +27,7 @@ $(BUILD)/tetros.lib: $(LIB_SRC)
env RUSTFLAGS="-C soft-float" \
cargo rustc \
--manifest-path="./Cargo.toml" \
-Z build-std=core,alloc \
-Z build-std=core \
-Z build-std-features=compiler-builtins-mem \
--target "./targets/x86-unknown-none.json" \
--lib \