We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4631313 + 74ed5bc commit e3784e3Copy full SHA for e3784e3
Dockerfile
@@ -141,7 +141,7 @@ RUN patch -p1 < throttle-fix-0.13.8.patch \
141
&& patch -p1 < libtorrent-udns-0.13.8.patch \
142
&& patch -p1 < libtorrent-scanf-0.13.8.patch
143
RUN ./autogen.sh
144
-RUN ./configure --with-posix-fallocate
+RUN ./configure --with-posix-fallocate --enable-aligned
145
RUN make -j$(nproc) CXXFLAGS="-w -O3 -flto"
146
RUN make install -j$(nproc)
147
RUN make DESTDIR=${DIST_PATH} install -j$(nproc)
0 commit comments