summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-05-11 12:20:30 +0300
committerAndrei Karas <akaras@inbox.ru>2020-05-11 12:20:30 +0300
commit595155193e6f9202d240f0798a39e33a6779366a (patch)
tree3af9d9dba980688ff899a038a51657919bee1286
parente328a69fe44e9808e18a4a9adad882146b1be22b (diff)
downloadplus-595155193e6f9202d240f0798a39e33a6779366a.tar.gz
plus-595155193e6f9202d240f0798a39e33a6779366a.tar.bz2
plus-595155193e6f9202d240f0798a39e33a6779366a.tar.xz
plus-595155193e6f9202d240f0798a39e33a6779366a.zip
Switch to gcc-10 in bmakedebugsdl2 script
-rwxr-xr-xbuild/bmakedebugsdl22
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bmakedebugsdl2 b/build/bmakedebugsdl2
index 16929e5c8..3112e9563 100755
--- a/build/bmakedebugsdl2
+++ b/build/bmakedebugsdl2
@@ -24,7 +24,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O3 -pipe -ffast-math \
-std=gnu++2a \
-fno-var-tracking -Wno-attributes"
-source ./tools/ci/flags/gcc9.sh
+source ./tools/ci/flags/gcc10.sh
autoreconf -i
cd build/tmp