summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2011-11-22 04:03:35 -0500
committerTad Marshall <tad@10gen.com>2011-11-22 04:03:35 -0500
commit277932b8acdcd18a4cb97d85dd6dda908b3dc269 (patch)
tree3c56934a8048138aa1f6ed99a20bd4fbf50ca482 /db
parentd4bfbf83d2f153050aba366ff4d73748eb765344 (diff)
downloadmongo-277932b8acdcd18a4cb97d85dd6dda908b3dc269.tar.gz
Turn off precompiled header for Release x64 build of commands/cloud.cpp in Visual Studio
Diffstat (limited to 'db')
-rwxr-xr-xdb/db.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/db.vcxproj b/db/db.vcxproj
index 88d54015d90..856175349e4 100755
--- a/db/db.vcxproj
+++ b/db/db.vcxproj
@@ -517,6 +517,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="commands\distinct.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>