diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-05 16:02:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-05 16:02:16 +0300 |
commit | 6d496674edf82360168fba1dae4327a893b7e743 (patch) | |
tree | c3699f274619c9680752df5bcf7d709176f73518 /tools/ci/jobs | |
parent | 10fc389814be7d0c6f4af3842046bd200f57212d (diff) | |
download | plus-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/ci/jobs')
-rwxr-xr-x | tools/ci/jobs/gcc6.sh | 2 |
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 |