From c26dd53ce245ba2f13866a787679dec1e231c8f8 Mon Sep 17 00:00:00 2001 From: Gennadiy Civil Date: Tue, 25 Sep 2018 12:20:01 -0400 Subject: adding c++11 to appveyor mingW --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 1e3102e9..3b7d31b9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,6 +23,7 @@ environment: - compiler: gcc-5.3.0-posix generator: "MinGW Makefiles" cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin' + cxx_options: "-std=gnu++11" - compiler: gcc-6.3.0-posix generator: "MinGW Makefiles" -- cgit v1.2.3