0

I would like to read detailed description of -Zm135 Visual Studio 2010 command line option. Briefly, this is an option to set when virtual memory for PCH is exceeded. Additionally, what is a meaning of -Zm letters?

John
  • 143
  • 1
  • 2
  • 12

1 Answers1

2

It specifies percentage of memory available for precompiled headers: http://msdn.microsoft.com/en-us/library/bdscwf1c%28v=vs.100%29.aspx

Angew is no longer proud of SO
  • 167,307
  • 17
  • 350
  • 455