mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Restructure some of the folder structure in unshell-server
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
# cargo run --no-default-features $@ --release # $(ls ../*/target/release/*.so)
|
||||
|
||||
OBFUSCATION_KEY=abc123abc \
|
||||
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
|
||||
|
||||
cargo build $@ --profile release
|
||||
|
||||
# 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