Skip to content

Commit

Permalink
Revert "Use --strip-unneeded to follow debian package recommendation"
Browse files Browse the repository at this point in the history
This reverts commit c4eeb43.
  • Loading branch information
HeavenVolkoff committed Nov 15, 2023
1 parent bbbb765 commit 3c83efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ RUN find "$OUT/lib" -name '*.lib' -exec `
# Strip must run before patchelf
# https://github.com/NixOS/patchelf/issues/507
RUN --mount=type=cache,target=/root/.cache `
echo 'strip --strip-unneeded "$@" && chmod +x "$@"' >/srv/stage.sh `
echo 'strip -S "$@" && chmod +x "$@"' >/srv/stage.sh `
&& find "$OUT" -type f \( -name '*.so' -o -name '*.so.*' -o -name '*.dll' -o -name '*.dylib' \) -exec /srv/build.sh {} +

# Ensure all .so files have the correct rpaths (Linux target only)
Expand Down

0 comments on commit 3c83efe

Please sign in to comment.