diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-05-11 12:20:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-05-11 12:20:30 +0300 |
commit | 595155193e6f9202d240f0798a39e33a6779366a (patch) | |
tree | 3af9d9dba980688ff899a038a51657919bee1286 /build | |
parent | e328a69fe44e9808e18a4a9adad882146b1be22b (diff) | |
download | plus-595155193e6f9202d240f0798a39e33a6779366a.tar.gz plus-595155193e6f9202d240f0798a39e33a6779366a.tar.bz2 plus-595155193e6f9202d240f0798a39e33a6779366a.tar.xz plus-595155193e6f9202d240f0798a39e33a6779366a.zip |
Switch to gcc-10 in bmakedebugsdl2 script
Diffstat (limited to 'build')
-rwxr-xr-x | build/bmakedebugsdl2 | 2 |
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 |