Skip to content

Commit

Permalink
Link with pack-relative-relocs to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed May 10, 2023
1 parent 0e997b0 commit a503032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN apk add --no-cache \
bash \
tar \
build-base \
lld \
autoconf automake \
libtool \
diffutils \
Expand Down Expand Up @@ -52,7 +53,7 @@ RUN apk add --no-cache \
# other options to get hardened build (same as ffmpeg hardened)
ARG CFLAGS="-O3 -s -static-libgcc -fno-strict-overflow -fstack-protector-all -fPIC"
ARG CXXFLAGS="-O3 -s -static-libgcc -fno-strict-overflow -fstack-protector-all -fPIC"
ARG LDFLAGS="-Wl,-z,relro,-z,now"
ARG LDFLAGS="-fuse-ld=lld -Wl,-z,relro,-z,now -Wl,-z,pack-relative-relocs"

# retry dns and some http codes that might be transient errors
ARG WGET_OPTS="--retry-on-host-error --retry-on-http-error=429,500,502,503"
Expand Down

0 comments on commit a503032

Please sign in to comment.