mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Shrink endpoint runtime footprint
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
set -e
|
||||
|
||||
OBFUSCATION_KEY=kjwerkwerkjbwejehrwhje \
|
||||
cargo build --profile minimize -p treetest $@
|
||||
# RUSTFLAGS="-Zlocation-detail=none -Zfmt-debug=none" \
|
||||
cargo build --profile minimize -p endpoint_test $@
|
||||
|
||||
export BINARY=./target/minimize/treetest
|
||||
export BINARY=./target/minimize/endpoint_test
|
||||
|
||||
declare -a headers=(
|
||||
".gnu_debuglink" # - Debug information link
|
||||
|
||||
Reference in New Issue
Block a user