Disable precompiled headers for the C files in release builds and not just debug

Originally committed to SVN as r5527.
This commit is contained in:
Thomas Goyne 2011-07-27 22:59:01 +00:00
parent 1cacc33d2d
commit 6d8d1a48d3
1 changed files with 2 additions and 0 deletions

View File

@ -828,6 +828,7 @@
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
ForcedIncludeFiles="$(NOINHERIT)"
/>
</FileConfiguration>
<FileConfiguration
@ -870,6 +871,7 @@
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
ForcedIncludeFiles="$(NOINHERIT)"
/>
</FileConfiguration>
<FileConfiguration