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

7 lines
216 B
Bash
Raw Normal View History

2025-11-07 09:55:17 -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" \
--release
2025-11-05 15:17:31 -07:00
2025-11-07 09:55:17 -07:00
# upx ./target/release/libunshell_module_test.so