msbuild: remove deprecated MinimalRebuild
we were explicitly disabling it, which is effectively the new behavior
This commit is contained in:
parent
0b18f8ae55
commit
7117bd5772
|
@ -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-->
|
||||
|
|
Loading…
Reference in New Issue