Relax margins a bit to make it work better with less space

This commit is contained in:
itsjunetime
2024-05-26 18:36:49 -06:00
parent b783692ccc
commit c6d46af82d
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -1 +1,2 @@
#!/usr/bin/env bash
RUSTFLAGS="-Cpanic=abort -Ccodegen-units=1 -Cembed-bitcode=yes -Zdylib-lto -Copt-level=s -Zlocation-detail=none -Cstrip=symbols -Ctarget-cpu=native" cargo -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort build --profile production --target "$(rustc +nightly -Z unstable-options --print target-spec-json | jq -r '."llvm-target"')"