From 24ec38c7e028723f84ab15ca0ecef6e56a899aea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Dec 2016 10:03:11 +0200 Subject: Add support for cxx.std=latest, use when building build2 --- bootstrap-mingw.bat | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootstrap-mingw.bat') diff --git a/bootstrap-mingw.bat b/bootstrap-mingw.bat index 28c7edd..c95d534 100644 --- a/bootstrap-mingw.bat +++ b/bootstrap-mingw.bat @@ -76,6 +76,9 @@ set "src=%src% %libbutl%\butl\*.cxx" rem Get the compile options. rem +rem Note that for as long as we support GCC 4.9 we have to compile in the +rem C++14 mode since 4.9 doesn't recognize c++1z. +rem set "ops=-std=c++1y" :ops_next shift -- cgit v1.1