msbuild: remove deprecated MinimalRebuild

we were explicitly disabling it, which is
effectively the new behavior
This commit is contained in:
Shawn Hoffman 2021-07-17 14:29:03 -07:00
parent 0b18f8ae55
commit 7117bd5772
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@
<TreatWarningAsError>true</TreatWarningAsError>
<IntrinsicFunctions>true</IntrinsicFunctions>
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<MinimalRebuild>false</MinimalRebuild>
<FunctionLevelLinking>true</FunctionLevelLinking>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<!--Enable latest C++ standard-->