summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-05 16:02:16 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-05 16:02:16 +0300
commit6d496674edf82360168fba1dae4327a893b7e743 (patch)
treec3699f274619c9680752df5bcf7d709176f73518 /tools
parent10fc389814be7d0c6f4af3842046bd200f57212d (diff)
downloadplus-6d496674edf82360168fba1dae4327a893b7e743.tar.gz
plus-6d496674edf82360168fba1dae4327a893b7e743.tar.bz2
plus-6d496674edf82360168fba1dae4327a893b7e743.tar.xz
plus-6d496674edf82360168fba1dae4327a893b7e743.zip
Add ci job with gcc6 and disabled asserts.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/jobs/gcc6.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/gcc6.sh b/tools/ci/jobs/gcc6.sh
index 072639c63..46d3743ab 100755
--- a/tools/ci/jobs/gcc6.sh
+++ b/tools/ci/jobs/gcc6.sh
@@ -18,7 +18,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O2 -pipe -Wstrict-aliasing=2 \
source ./tools/ci/flags/gcc6.sh
do_init
-run_configure --enable-werror
+run_configure --enable-werror $*
run_make
source ./tools/ci/scripts/exit.sh