We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac98c44 commit ff58603Copy full SHA for ff58603
libvips-stable-debian9/Dockerfile
@@ -42,7 +42,7 @@ RUN apt-get install -y --no-install-recommends \
42
# we don't need GOI
43
RUN cd libvips-${VIPS_BRANCH} \
44
&& rm -rf build \
45
- && meson build --libdir lib -Dintrospection=false \
+ && meson build --libdir lib -Dintrospection=false --buildtype release \
46
&& cd build \
47
&& ninja \
48
&& ninja test \
0 commit comments