diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-06 23:01:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-06 23:01:40 +0300 |
commit | c7cc189b3007321b09c0c49de74baeef5b18606a (patch) | |
tree | bb6503df94a089da1d92cc21799a12f559ab6eb1 /build | |
parent | 847260e5e91391a979f4292d130d7b6e3b43bdf1 (diff) | |
download | plus-c7cc189b3007321b09c0c49de74baeef5b18606a.tar.gz plus-c7cc189b3007321b09c0c49de74baeef5b18606a.tar.bz2 plus-c7cc189b3007321b09c0c49de74baeef5b18606a.tar.xz plus-c7cc189b3007321b09c0c49de74baeef5b18606a.zip |
Fix and update internal sdl2_gfx files.
Used by default in SDL2 builds.
Diffstat (limited to 'build')
-rwxr-xr-x | build/bmakedebugsdl2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/bmakedebugsdl2 b/build/bmakedebugsdl2 index d14f41278..e287fc081 100755 --- a/build/bmakedebugsdl2 +++ b/build/bmakedebugsdl2 @@ -35,7 +35,8 @@ cd build/tmp --enable-tcmalloc=no \ --enable-googleprofiler=no \ --enable-checks=yes \ ---with-sdl2 +--with-sdl2 \ +--enable-werror cd po make -j8 update-gmo 2>../../make1.log |