summaryrefslogtreecommitdiffstats
path: root/PCbuild/pyexpat.vcproj
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-01-20 13:58:09 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-01-20 13:58:09 (GMT)
commit9d8ccf7df2f9516ecf8e92dac67c299a930580b6 (patch)
tree80edd2b8662c351137ce122a5ad948d1fcaa46ca /PCbuild/pyexpat.vcproj
parent9f6ce2b2ff713a989e10a55e65634bcc7c6c2561 (diff)
downloadcpython-9d8ccf7df2f9516ecf8e92dac67c299a930580b6.zip
cpython-9d8ccf7df2f9516ecf8e92dac67c299a930580b6.tar.gz
cpython-9d8ccf7df2f9516ecf8e92dac67c299a930580b6.tar.bz2
Add /GS- to Itanium build.
Diffstat (limited to 'PCbuild/pyexpat.vcproj')
-rw-r--r--PCbuild/pyexpat.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pyexpat.vcproj b/PCbuild/pyexpat.vcproj
index 2657e3b..1c5b3ad 100644
--- a/PCbuild/pyexpat.vcproj
+++ b/PCbuild/pyexpat.vcproj
@@ -128,7 +128,7 @@
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions=" /USECL:MS_ITANIUM"
+ AdditionalOptions=" /USECL:MS_ITANIUM /GS-"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\Include,..\PC,..\Modules\expat"