summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythonw.vcproj
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-01-20 14:05:39 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-01-20 14:05:39 (GMT)
commitcc0eba9d98fb67b3ea57a2edc2a0c5de38eca0d4 (patch)
tree060f9c5a522e01c74c0b7fc8429a0924d9fa59a9 /PCbuild/pythonw.vcproj
parent1b0ce8527112b997194a4e2fb9a1a850c6d73ee8 (diff)
downloadcpython-cc0eba9d98fb67b3ea57a2edc2a0c5de38eca0d4.zip
cpython-cc0eba9d98fb67b3ea57a2edc2a0c5de38eca0d4.tar.gz
cpython-cc0eba9d98fb67b3ea57a2edc2a0c5de38eca0d4.tar.bz2
Merge 53501 and 53502 from 25 branch:
Add /GS- for AMD64 and Itanium builds where missing.
Diffstat (limited to 'PCbuild/pythonw.vcproj')
-rw-r--r--PCbuild/pythonw.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pythonw.vcproj b/PCbuild/pythonw.vcproj
index 2cc7d61..d00142f 100644
--- a/PCbuild/pythonw.vcproj
+++ b/PCbuild/pythonw.vcproj
@@ -130,7 +130,7 @@
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions=" /USECL:MS_ITANIUM"
+ AdditionalOptions=" /USECL:MS_ITANIUM /GS-"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\Include,..\PC"