adding c++11 to appveyor mingW
This commit is contained in:
parent
76e1045729
commit
c26dd53ce2
|
@ -23,6 +23,7 @@ environment:
|
||||||
- compiler: gcc-5.3.0-posix
|
- compiler: gcc-5.3.0-posix
|
||||||
generator: "MinGW Makefiles"
|
generator: "MinGW Makefiles"
|
||||||
cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin'
|
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
|
- compiler: gcc-6.3.0-posix
|
||||||
generator: "MinGW Makefiles"
|
generator: "MinGW Makefiles"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user