From 5b293feb5367ccabd3edf49783511c895807876b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Mar 2016 20:31:54 +0300 Subject: Use latest supported C++ version by gcc in make scripts (-std=gnu++1z) --- build/bmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/bmake') diff --git a/build/bmake b/build/bmake index a97f9dde4..0233974e6 100755 --- a/build/bmake +++ b/build/bmake @@ -27,7 +27,7 @@ export CXXFLAGS="-ggdb3 -O3 -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 -Wc++11-compat -std=c++0x \ +-Wsign-promo -Wwrite-strings -D_FORTIFY_SOURCE=2 -Wc++11-compat -std=gnu++1z \ -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 \ -- cgit v1.2.3-70-g09d2