From f4688f24a52adb6f778cfb2eebf8904d8d3b297f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 27 Apr 2017 17:50:42 +0300 Subject: Add debug flags into ci scripts. --- tools/ci/jobs/gcc5_sdl2_c++11.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/ci/jobs/gcc5_sdl2_c++11.sh') 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 $* -- cgit v1.2.3-70-g09d2