Files
unshell/unshell-breakout-module/build.sh
T
Michael Mikovsky 2b5074153b Add base62 encoding
2025-11-10 22:18:21 -07:00

9 lines
257 B
Bash
Executable File

OBFUSCATION_KEY=abc123abc \
RUSTFLAGS="-Zlocation-detail=none -Zfmt-debug=none" \
cargo +nightly build \
-Z build-std=std,panic_abort \
-Z build-std-features="optimize_for_size" \
--profile release $@
# upx ./target/release/libunshell_module_test.so