mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Clean up the code a little bit
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
# OBFUSCATION_KEY=abc123abc \
|
||||
# RUST_LOG=info \
|
||||
# cargo run --no-default-features $@ --release # $(ls ../*/target/release/*.so)
|
||||
|
||||
OBFUSCATION_KEY=abc123abc \
|
||||
RUST_LOG=info \
|
||||
cargo run --no-default-features $@ --release # $(ls ../*/target/release/*.so)
|
||||
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 $@
|
||||
|
||||
Reference in New Issue
Block a user