diff options
author | Brad King <brad.king@kitware.com> | 2012-11-16 17:52:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-16 17:52:59 (GMT) |
commit | cd739794d65e1b0ebcf5fd0d713d3ecc08ee27fc (patch) | |
tree | 9fbac2982b3b8bace8ecae1176998b7e3b74422d /Tests/Tutorial/Step3 | |
parent | c152c65898ef88233ef618a0283a0930e708da5e (diff) | |
download | CMake-cd739794d65e1b0ebcf5fd0d713d3ecc08ee27fc.zip CMake-cd739794d65e1b0ebcf5fd0d713d3ecc08ee27fc.tar.gz CMake-cd739794d65e1b0ebcf5fd0d713d3ecc08ee27fc.tar.bz2 |
MSVC: Drop default use of /Zm1000 for VS >= 7.1
From the option documentation of VS >= 7.1:
"In earlier versions of Visual C++, the compiler used several discrete
heaps, and each had a finite limit. Currently, the compiler dynamically
grows the heaps as necessary up to a total heap size limit, and requires
a fixed-size buffer only to construct precompiled headers. Consequently,
the /Zm compiler option is rarely necessary."
http://msdn.microsoft.com/en-us/library/bdscwf1c.aspx
Suggested-by: Adam Moss <adam@broadcom.com>
Diffstat (limited to 'Tests/Tutorial/Step3')
0 files changed, 0 insertions, 0 deletions