We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b98f47 commit c2693c9Copy full SHA for c2693c9
1 file changed
gvm/gvm.vcxproj
@@ -54,6 +54,7 @@
54
<SpectreMitigation>false</SpectreMitigation>
55
<DriverTargetPlatform>Desktop</DriverTargetPlatform>
56
<_NT_TARGET_VERSION>0x0601</_NT_TARGET_VERSION>
57
+ <WholeProgramOptimization>true</WholeProgramOptimization>
58
</PropertyGroup>
59
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
60
<TargetVersion>Windows7</TargetVersion>
@@ -64,6 +65,7 @@
64
65
66
67
68
69
70
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
71
<ImportGroup Label="PropertySheets">
0 commit comments