diff options
Diffstat (limited to 'tools/ci/jobs/gcc5_sdl2_c++11.sh')
-rwxr-xr-x | tools/ci/jobs/gcc5_sdl2_c++11.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci/jobs/gcc5_sdl2_c++11.sh b/tools/ci/jobs/gcc5_sdl2_c++11.sh index 8e03eea08..5304249b3 100755 --- a/tools/ci/jobs/gcc5_sdl2_c++11.sh +++ b/tools/ci/jobs/gcc5_sdl2_c++11.sh @@ -15,7 +15,7 @@ export LOGFILE=gcc5_sdl2.log source ./tools/ci/scripts/init.sh # need fix -Woverloaded-virtual -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,7 @@ export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \ -fno-var-tracking -Wno-attributes \ -Wopenmp-simd -Wformat-signedness \ -Wswitch-bool -Wmemset-transposed-args -Wchkp -Wc++14-compat -Wsized-deallocation \ --Wlogical-not-parentheses" +-Wlogical-not-parentheses $POST_CXXFLAGS" do_init run_configure --enable-werror --with-sdl2 $* |