From: Ondřej Surý Date: Tue, 20 Feb 2018 15:05:24 +0000 (+0100) Subject: Enable --with-libtool configure option as it reduces the size of artifacts X-Git-Tag: v9.13.0~152^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdff3aeb149d2d515bf7d74b18750e8808a72e3b;p=thirdparty%2Fbind9.git Enable --with-libtool configure option as it reduces the size of artifacts --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42876df6145..737df9809fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,7 +85,7 @@ stages: before_script: - ./autogen.sh script: - - ./configure + - ./configure --with-libtool - make -k all V=1 artifacts: expire_in: '1 hour'