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