Closed CaseyCarter closed 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
MSVC x {Debug, Release} x {i386, x86_64}
MinGW-x86_64 x {Debug, Release}
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)?
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:
(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.3Is 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)?