summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-11-27 05:36:42 +0300
committerjak1 <mike.wollmann@gmail.com>2021-03-11 20:57:13 +0000
commit7124d95d082d77b7e00447a4ecad094e575e8fa9 (patch)
treec609a913d6ac659e08b1b6d81446e4af984773d2 /build
parent54b88d05bbbe616c05814d57cc4f86de649ce98c (diff)
downloadplus-7124d95d082d77b7e00447a4ecad094e575e8fa9.tar.gz
plus-7124d95d082d77b7e00447a4ecad094e575e8fa9.tar.bz2
plus-7124d95d082d77b7e00447a4ecad094e575e8fa9.tar.xz
plus-7124d95d082d77b7e00447a4ecad094e575e8fa9.zip
Silence warning -Wredundant-decls in SDL 1.2 code
Also switch in debug build script to gcc 10.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/bmakedebug2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bmakedebug b/build/bmakedebug
index 72f66c1e2..c80315be1 100755
--- a/build/bmakedebug
+++ b/build/bmakedebug
@@ -24,7 +24,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O3 -pipe -ffast-math \
-std=gnu++2a \
-fno-var-tracking -Wno-attributes"
-source ./tools/ci/flags/gcc8.sh
+source ./tools/ci/flags/gcc10.sh
autoreconf -i
cd build/tmp