Skip to content

Commit

Permalink
don’t strip perl script
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jul 16, 2024
1 parent f55d856 commit fa6e1a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion image/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ function install_openssl()
run make "-j$MAKE_CONCURRENCY"
run make install_sw
run strip --strip-all "$PREFIX/bin/openssl"
run strip --strip-all "$PREFIX/bin/c_rehash"
if [[ "$VARIANT" = exe_gc_hardened ]]; then
run hardening-check -b "$PREFIX/bin/openssl"
fi
Expand Down

0 comments on commit fa6e1a1

Please sign in to comment.