Files
unshell/core-modules/server/build.sh
T
2025-12-20 12:25:35 -07:00

8 lines
211 B
Bash
Executable File

OBFUSCATION_KEY=abc123abc \
RUSTFLAGS="-Zlocation-detail=none -Zfmt-debug=none" \
cargo +nightly bloat \
-Z build-std=std,panic_abort \
-Z build-std-features="optimize_for_size" \
$@ \
--profile release