diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/crunch_win.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/crunch_win.sh b/scripts/crunch_win.sh index 59d7889..c9d8513 100755 --- a/scripts/crunch_win.sh +++ b/scripts/crunch_win.sh @@ -31,6 +31,6 @@ ls -lh "$INPUT_EXE" ls -lh "$STRIPPED_EXE" ls -lh "$PACKED_EXE" echo "------------------------------------------------" -echo "Top 10 Largest Symbols (from unstripped):" -x86_64-w64-mingw32-nm --print-size --size-sort --radix=d "$INPUT_EXE" | tail -n 10 +echo "Top 20 Largest Symbols (from unstripped):" +x86_64-w64-mingw32-nm --print-size --size-sort --radix=d "$INPUT_EXE" | grep -v debug_ | tail -n 20 echo "------------------------------------------------" |
