Skip to content

Commit 7e88689

Browse files
committed
not mold
1 parent 10777b6 commit 7e88689

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ARG APK_OPTS=""
88

99
RUN apk add --no-cache $APK_OPTS \
1010
coreutils \
11-
mold \
1211
pkgconfig \
1312
wget \
1413
rust cargo cargo-c \
@@ -1143,7 +1142,7 @@ RUN \
11431142
./configure \
11441143
--pkg-config-flags="--static" \
11451144
--extra-cflags="-fopenmp" \
1146-
--extra-ldflags="-fuse-ld=mold -fopenmp -Wl,--allow-multiple-definition -Wl,-z,stack-size=2097152" \
1145+
--extra-ldflags="-fopenmp -Wl,--allow-multiple-definition -Wl,-z,stack-size=2097152" \
11471146
--toolchain=hardened \
11481147
--disable-debug \
11491148
--disable-shared \

0 commit comments

Comments
 (0)