Files
unshell/unshell-breakout-module/build.sh
T

9 lines
257 B
Bash
Raw Normal View History

2025-11-10 22:18:21 -07:00
OBFUSCATION_KEY=abc123abc \
RUSTFLAGS="-Zlocation-detail=none -Zfmt-debug=none" \
cargo +nightly build \
2025-11-07 09:55:17 -07:00
-Z build-std=std,panic_abort \
-Z build-std-features="optimize_for_size" \
--profile release $@
2025-11-05 15:17:31 -07:00
2025-11-07 09:55:17 -07:00
# upx ./target/release/libunshell_module_test.so