From bdff3aeb149d2d515bf7d74b18750e8808a72e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 20 Feb 2018 16:05:24 +0100 Subject: [PATCH] Enable --with-libtool configure option as it reduces the size of artifacts --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42876df614..737df9809f 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'