summaryrefslogtreecommitdiff
path: root/PCbuild/_elementtree.vcproj
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-01-20 14:05:39 +0000
committerMartin v. Löwis <martin@v.loewis.de>2007-01-20 14:05:39 +0000
commit5224ee14257c9c4cd0a9578aa750621025cd69d1 (patch)
tree328d4f3fa357823fab8c0d6eef83e13c2ae21273 /PCbuild/_elementtree.vcproj
parent1a431d5d673b56bb353eb50417abca72d0e2292b (diff)
downloadcpython-5224ee14257c9c4cd0a9578aa750621025cd69d1.tar.gz
Merge 53501 and 53502 from 25 branch:
Add /GS- for AMD64 and Itanium builds where missing.
Diffstat (limited to 'PCbuild/_elementtree.vcproj')
-rw-r--r--PCbuild/_elementtree.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_elementtree.vcproj b/PCbuild/_elementtree.vcproj
index dec48e32f6..587a35c1ac 100644
--- a/PCbuild/_elementtree.vcproj
+++ b/PCbuild/_elementtree.vcproj
@@ -129,7 +129,7 @@
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions=" /USECL:MS_ITANIUM"
+ AdditionalOptions=" /USECL:MS_ITANIUM /GS-"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\Include,..\PC,..\Modules\expat"