File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ RUN arch=`dpkg --print-architecture | sed "s/arm64/aarch64/g" | sed "s/amd64/x86
7070 && mv mold-2.40.1-$arch-linux $HOME/mold \
7171 && rm mold-2.40.1-$arch-linux.tar.gz
7272ENV PATH="$PATH:/home/ubuntu/.cargo/bin:/home/ubuntu/mold/bin"
73- ENV RUSTFLAGS="-C link-arg=-fuse-ld=mold"
73+ ENV RUSTFLAGS="-C link-arg=-fuse-ld=mold -C link-arg=-Wl,--compress-debug-sections=zlib "
7474
7575#
7676# Build phase to specifically customize for the feldera OSS container
Original file line number Diff line number Diff line change @@ -146,5 +146,5 @@ RUN arch=`dpkg --print-architecture | sed "s/arm64/aarch64/g" | sed "s/amd64/x8
146146 && cp sccache-v0.10.0-$arch-unknown-linux-musl/sccache /home/ubuntu/.cargo/bin \
147147 && chmod +x /home/ubuntu/.cargo/bin/sccache
148148
149- ENV RUSTFLAGS="-C link-arg=-fuse-ld=mold"
149+ ENV RUSTFLAGS="-C link-arg=-fuse-ld=mold -C link-arg=-Wl,--compress-debug-sections=zlib "
150150RUN rustup default stable
You can’t perform that action at this time.
0 commit comments