diff options
Diffstat (limited to 'tools/ci/jobs/gcc5.sh')
-rwxr-xr-x | tools/ci/jobs/gcc5.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/ci/jobs/gcc5.sh b/tools/ci/jobs/gcc5.sh index 05aa51e5a..2b0ae98e1 100755 --- a/tools/ci/jobs/gcc5.sh +++ b/tools/ci/jobs/gcc5.sh @@ -14,7 +14,7 @@ export LOGFILE=gcc5.log source ./tools/ci/scripts/init.sh -export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \ +export CXXFLAGS="$CXXFLAGS -ggdb3 -O2 -pipe -ffast-math \ -fno-omit-frame-pointer -funswitch-loops \ -Wvariadic-macros -Wvla -Wredundant-decls \ -Wpacked-bitfield-compat -Wtrampolines \ @@ -46,7 +46,8 @@ export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \ -Wopenmp-simd -Wformat-signedness \ -Wswitch-bool -Wmemset-transposed-args -Wchkp -Wsized-deallocation \ -Wlogical-not-parentheses -Woverloaded-virtual \ --Wno-variadic-macros -Wno-zero-as-null-pointer-constant" +-Wno-variadic-macros -Wno-zero-as-null-pointer-constant \ +$POST_CXXFLAGS" do_init run_configure $* |