forked from mia/Aegisub
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:
parent
1cacc33d2d
commit
6d8d1a48d3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue