diff options
Diffstat (limited to 'build/internal/release_impl_official.vsprops')
-rw-r--r-- | build/internal/release_impl_official.vsprops | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/build/internal/release_impl_official.vsprops b/build/internal/release_impl_official.vsprops new file mode 100644 index 0000000..c9a4401 --- /dev/null +++ b/build/internal/release_impl_official.vsprops @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="release_impl_official" + InheritedPropertySheets=".\release_defaults.vsprops" + > + <Tool + Name="VCCLCompilerTool" + Optimization="3" + InlineFunctionExpansion="2" + EnableIntrinsicFunctions="true" + FavorSizeOrSpeed="2" + OmitFramePointers="true" + EnableFiberSafeOptimizations="true" + WholeProgramOptimization="true" + /> + <Tool + Name="VCLibrarianTool" + AdditionalOptions="/ltcg" + /> + <Tool + Name="VCLinkerTool" + LinkTimeCodeGeneration="1" + /> +</VisualStudioPropertySheet> |