diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-28 23:56:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-28 23:56:14 +0300 |
commit | f83dce6cb491c66721ff319ab90d9aad23a349eb (patch) | |
tree | 377de7cf18f131c00848ba30151f78ed4db226f0 | |
parent | 8290f1ab7f54eea8a834155df9a6751ca4682bc9 (diff) | |
download | ManaVerse-f83dce6cb491c66721ff319ab90d9aad23a349eb.tar.gz ManaVerse-f83dce6cb491c66721ff319ab90d9aad23a349eb.tar.bz2 ManaVerse-f83dce6cb491c66721ff319ab90d9aad23a349eb.tar.xz ManaVerse-f83dce6cb491c66721ff319ab90d9aad23a349eb.zip |
To make script add flag gnu++17.
-rwxr-xr-x | build/bmakedebug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bmakedebug b/build/bmakedebug index d7e8044ca..26ec0cfd9 100755 --- a/build/bmakedebug +++ b/build/bmakedebug @@ -35,7 +35,7 @@ export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \ -Wwrite-strings -Wstack-protector -Wshadow -Wunused-macros -Wsynth \ -Wbuiltin-macro-redefined -Wctor-dtor-privacy -Wdeprecated \ -Wendif-labels -Wformat=1 -Wimport -Wnon-virtual-dtor -Wpsabi \ --Wsign-promo -Wwrite-strings -D_FORTIFY_SOURCE=2 -std=gnu++1y \ +-Wsign-promo -Wwrite-strings -D_FORTIFY_SOURCE=2 -std=gnu++17 \ -Wdelete-non-virtual-dtor -Wmaybe-uninitialized -Wunused-local-typedefs \ -Wvector-operation-performance -Wfree-nonheap-object -Winvalid-memory-model \ -Wnarrowing -Wzero-as-null-pointer-constant -funsafe-loop-optimizations \ |