diff options
Diffstat (limited to 'tools/ci/jobs/gcc5_sdl2_c++11.sh')
-rwxr-xr-x | tools/ci/jobs/gcc5_sdl2_c++11.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci/jobs/gcc5_sdl2_c++11.sh b/tools/ci/jobs/gcc5_sdl2_c++11.sh index 8c9cc6afd..7c27a853e 100755 --- a/tools/ci/jobs/gcc5_sdl2_c++11.sh +++ b/tools/ci/jobs/gcc5_sdl2_c++11.sh @@ -45,6 +45,7 @@ export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \ -Wswitch-bool -Wmemset-transposed-args -Wchkp -Wc++14-compat -Wsized-deallocation \ -Wlogical-not-parentheses" +do_init run_configure --with-sdl2 $* run_make run_check_warnings |