summaryrefslogtreecommitdiff
path: root/build/vc.common/common.props
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-11-19 14:50:25 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-11-19 14:50:25 +0300
commit8dee94fd692f1b2e1416efff7ca819428c0002e6 (patch)
treef605988c150092edd0e672c5422b49b93fbb91a8 /build/vc.common/common.props
parent28a42dae0be0c6611025fbdb7e38d4185dc7a34f (diff)
obsolete option removed
Diffstat (limited to 'build/vc.common/common.props')
-rw-r--r--build/vc.common/common.props2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/vc.common/common.props b/build/vc.common/common.props
index d124a76473..73bbed536d 100644
--- a/build/vc.common/common.props
+++ b/build/vc.common/common.props
@@ -44,7 +44,6 @@
<Optimization>Disabled</Optimization>
<WholeProgramOptimization>false</WholeProgramOptimization>
<PreprocessorDefinitions>DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>
<Link>
@@ -61,7 +60,6 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
<StringPooling>true</StringPooling>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>false</MinimalRebuild>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<GenerateDebugInformation>true</GenerateDebugInformation>
</ClCompile>