microsoft / Range-V3-VS2015

A fork of the popular range-v3 C++ library with support for the Visual Studio 2015 Update 3 VC++ compiler.
Other
115 stars 22 forks source link

Add AppVeyor CI. #7

Closed CaseyCarter closed 7 years ago

am11 commented 7 years ago

Hello, I attempted to update the AppVeyor CI script like this (on top of your commit): https://github.com/am11/Range-V3-VS2015/commit/57e317e779ce90ae4b561fb894f768188e066722

but ended up getting:

fatal error C1060: compiler is out of heap space

(after 60k lines of log)

List of jobs include MSVC x {Debug, Release} x {i386, x86_64} & MinGW-x86_64 x {Debug, Release}: https://ci.appveyor.com/project/am11/range-v3-vs2015/build/1.0.3

Is there a way (perhaps a compiler switch) to limit the heap space to be allocated by compiled (such that it frees up the previously compiled objects from the heap)?