关于 fatal error C1060: compiler is out of heap space
关于 fatal error C1060: compiler is out of heap space ,
Now, I know this means I need to allocate more space for my heap in windows, and I've added the following option to my project settings for all builds:
/Zm1000
这里的 /Zm1000应该怎么添加?