summaryrefslogtreecommitdiff
path: root/src/third_party
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2013-03-07 11:36:22 -0500
committerTad Marshall <tad@10gen.com>2013-03-07 11:43:15 -0500
commit08da87aa68a489dab7f24e059916b1ba2aa33452 (patch)
tree7bb80bef0c15c1ad5284a2bfeb3f3c72842bbddb /src/third_party
parent3ce5079c1caa7dfe34a6b457a30b3a55b906ac80 (diff)
downloadmongo-08da87aa68a489dab7f24e059916b1ba2aa33452.tar.gz
SERVER-8880 Visual Studio -- remove /OPT:REF and /OPT:ICF
The /OPT:REF (Optimize References) and /OPT:ICF (Enable COMDAT Folding) Linker flags were set for Release and Win2008PlusRelease builds, which does not match the link flags set for the scons build. Remove those settings to match scons, and to fix the crashes in the SpiderMonkey builds.
Diffstat (limited to 'src/third_party')
-rw-r--r--src/third_party/js-1.7/SpiderMonkey-prebuild.vcxproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/third_party/js-1.7/SpiderMonkey-prebuild.vcxproj b/src/third_party/js-1.7/SpiderMonkey-prebuild.vcxproj
index 435730eb4bc..e22795bcd48 100644
--- a/src/third_party/js-1.7/SpiderMonkey-prebuild.vcxproj
+++ b/src/third_party/js-1.7/SpiderMonkey-prebuild.vcxproj
@@ -123,8 +123,6 @@
<Link>
<OutputFile>$(OutDir)jskwgen.exe</OutputFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
- <OptimizeReferences>true</OptimizeReferences>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
@@ -142,8 +140,6 @@
<Link>
<OutputFile>$(OutDir)jskwgen.exe</OutputFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
- <OptimizeReferences>true</OptimizeReferences>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
<TargetMachine>MachineX64</TargetMachine>
</Link>
</ItemDefinitionGroup>