summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/gcc6_lto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/jobs/gcc6_lto.sh')
-rwxr-xr-xtools/ci/jobs/gcc6_lto.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/gcc6_lto.sh b/tools/ci/jobs/gcc6_lto.sh
index 8e7211724..e8fd09511 100755
--- a/tools/ci/jobs/gcc6_lto.sh
+++ b/tools/ci/jobs/gcc6_lto.sh
@@ -13,7 +13,7 @@ export CXXFLAGS="-ggdb3 -pipe -ffast-math -O9 -flto -fwhole-program \
source ./tools/ci/flags/gcc6.sh
do_init
-run_configure --enable-werror
+run_configure --enable-werror $*
run_make
source ./tools/ci/scripts/exit.sh