Enable /bigobj globally on MSVC.
This changes the intermediate format used for compiled files from one that can hold up to 65279 (slightly less than 2^16) addressable sections to one that can hold 4294967296 (2^32). Code that uses templates, such as... C++ code... can easily run up against the smaller limit. This does not affect the finished executable, only the intermediate object files.develop
parent
d0c030c3da
commit
1058e40cb0
Loading…
Reference in New Issue