msvc: Optimize "Release" builds

It is awkward not using optimization.
This commit is contained in:
Hennadii Stepanov
2023-09-21 17:50:42 +01:00
parent 3e691258d8
commit 6e0f1d2abb
3 changed files with 7 additions and 2 deletions

View File

@@ -59,6 +59,11 @@
<Project>{18430fef-6b61-4c53-b396-718e02850f1b}</Project>
</ProjectReference>
</ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
<DisableSpecificWarnings>4018;4244;4267;4703;4715;4805</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<Target Name="RawBenchHeaderGen" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>There was an error executing the JSON test header generation task.</ErrorText>