diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-30 00:21:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-30 00:21:23 +0300 |
commit | 5e4f92cc79c03fdf16628cdde6c03a807a4bb0d4 (patch) | |
tree | 7ea801d89a87d7506e34500fae9435df34fbea13 /tools/ci | |
parent | 08fada66142ab062f2f28cb9ca0f5088ca503410 (diff) | |
download | plus-5e4f92cc79c03fdf16628cdde6c03a807a4bb0d4.tar.gz plus-5e4f92cc79c03fdf16628cdde6c03a807a4bb0d4.tar.bz2 plus-5e4f92cc79c03fdf16628cdde6c03a807a4bb0d4.tar.xz plus-5e4f92cc79c03fdf16628cdde6c03a807a4bb0d4.zip |
Add POST_CXXFLAGS into gcc6 ci script.
Diffstat (limited to 'tools/ci')
-rwxr-xr-x | tools/ci/jobs/gcc6.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci/jobs/gcc6.sh b/tools/ci/jobs/gcc6.sh index 5793540fb..c358b0e44 100755 --- a/tools/ci/jobs/gcc6.sh +++ b/tools/ci/jobs/gcc6.sh @@ -13,6 +13,8 @@ export CXXFLAGS="-pedantic -ggdb3 -O2 -pipe -Wstrict-aliasing=2 \ source ./tools/ci/flags/gcc6.sh +export CXXFLAGS="$CXXFLAGS $POST_CXXFLAGS" + do_init run_configure --enable-werror $* run_make |