File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 57
57
58
58
<ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
59
59
<ClCompile >
60
- <Optimization >Disabled </Optimization >
60
+ <Optimization >MaxSpeed </Optimization >
61
61
<WholeProgramOptimization >false</WholeProgramOptimization >
62
62
<FunctionLevelLinking >true</FunctionLevelLinking >
63
63
<IntrinsicFunctions >true</IntrinsicFunctions >
Original file line number Diff line number Diff line change 51
51
<ItemDefinitionGroup >
52
52
<ClCompile >
53
53
<PreprocessorDefinitions >HAVE_CRC32C=0;HAVE_SNAPPY=0;LEVELDB_IS_BIG_ENDIAN=0;_UNICODE;UNICODE;_CRT_NONSTDC_NO_DEPRECATE;LEVELDB_PLATFORM_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
54
- <DisableSpecificWarnings >4244;4267</DisableSpecificWarnings >
54
+ <DisableSpecificWarnings >4244;4267;4722 </DisableSpecificWarnings >
55
55
<AdditionalIncludeDirectories >..\..\src\leveldb;..\..\src\leveldb\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
56
56
</ClCompile >
57
57
</ItemDefinitionGroup >
Original file line number Diff line number Diff line change 59
59
<Project >{18430fef-6b61-4c53-b396-718e02850f1b}</Project >
60
60
</ProjectReference >
61
61
</ItemGroup >
62
+ <ItemDefinitionGroup >
63
+ <ClCompile >
64
+ <DisableSpecificWarnings >4018;4244;4267;4703;4715;4805</DisableSpecificWarnings >
65
+ </ClCompile >
66
+ </ItemDefinitionGroup >
62
67
<Target Name =" RawBenchHeaderGen" BeforeTargets =" PrepareForBuild" >
63
68
<PropertyGroup >
64
69
<ErrorText >There was an error executing the JSON test header generation task.</ErrorText >
You can’t perform that action at this time.
0 commit comments