Skip to content

Commit ff58603

Browse files
committed
do a release build
1 parent ac98c44 commit ff58603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvips-stable-debian9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN apt-get install -y --no-install-recommends \
4242
# we don't need GOI
4343
RUN cd libvips-${VIPS_BRANCH} \
4444
&& rm -rf build \
45-
&& meson build --libdir lib -Dintrospection=false \
45+
&& meson build --libdir lib -Dintrospection=false --buildtype release \
4646
&& cd build \
4747
&& ninja \
4848
&& ninja test \

0 commit comments

Comments
 (0)