2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Enable --with-libtool configure option as it reduces the size of artifacts

This commit is contained in:
Ondřej Surý 2018-02-20 16:05:24 +01:00
parent ccfcf3c023
commit bdff3aeb14

View File

@ -85,7 +85,7 @@ stages:
before_script:
- ./autogen.sh
script:
- ./configure
- ./configure --with-libtool
- make -k all V=1
artifacts:
expire_in: '1 hour'