mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
8 lines
211 B
Bash
Executable File
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
|