Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2011-01-15 04:25:04 +0300
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-01-15 04:25:04 +0300
commita10493b2eedbed40b0ca028d7b512dabca84556a (patch)
treebdb488d4a9dffdc788a92f97eb9461b07a90b792 /src/release.vsprops
parent001cf8d4a8999557a10d28ef1ecf3223c6d973a9 (diff)
legacy branch: merge r2845-r2855 from trunk
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/legacy@2856 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/release.vsprops')
-rw-r--r--src/release.vsprops11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/release.vsprops b/src/release.vsprops
index acfed5429..7502e54c5 100644
--- a/src/release.vsprops
+++ b/src/release.vsprops
@@ -7,25 +7,20 @@
<Tool
Name="VCCLCompilerTool"
Optimization="2"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="1"
- OmitFramePointers="true"
PreprocessorDefinitions="_SCL_SECURE_NO_WARNINGS"
- StringPooling="true"
RuntimeLibrary="0"
DebugInformationFormat="3"
BufferSecurityCheck="true"
EnableEnhancedInstructionSet="1"
- WholeProgramOptimization="0"
AdditionalOptions="/MP"
/>
<Tool
Name="VCLinkerTool"
- LinkIncremental="1"
GenerateDebugInformation="true"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="0"
+ LargeAddressAware="2"
+ RandomizedBaseAddress="2"
+ DataExecutionPrevention="2"
/>
</VisualStudioPropertySheet>