diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-05-31 21:41:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-31 21:41:53 +0300 |
commit | 27004e91dc0f1a38886008d419b85e5fdbab369c (patch) | |
tree | e3b11814233c95f9d91130831d30813a780748b9 /build/bmakedebugsdl2 | |
parent | 38370f4636b218e4bc773008694441b8dd53d098 (diff) | |
download | plus-27004e91dc0f1a38886008d419b85e5fdbab369c.tar.gz plus-27004e91dc0f1a38886008d419b85e5fdbab369c.tar.bz2 plus-27004e91dc0f1a38886008d419b85e5fdbab369c.tar.xz plus-27004e91dc0f1a38886008d419b85e5fdbab369c.zip |
Switch to gcc-9 in build script bmakedebugsdl2
Diffstat (limited to 'build/bmakedebugsdl2')
-rwxr-xr-x | build/bmakedebugsdl2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bmakedebugsdl2 b/build/bmakedebugsdl2 index 87a45abb7..16929e5c8 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/gcc8.sh +source ./tools/ci/flags/gcc9.sh autoreconf -i cd build/tmp |