Files
unshell/unshell-payload/build.sh
T

11 lines
336 B
Bash
Raw Normal View History

2025-11-24 08:45:44 -07:00
# OBFUSCATION_KEY=abc123abc \
# RUST_LOG=info \
# cargo run --no-default-features $@ --release # $(ls ../*/target/release/*.so)
2025-11-14 09:43:41 -07:00
OBFUSCATION_KEY=abc123abc \
2025-11-24 08:45:44 -07:00
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 $@