diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-04-26 17:19:44 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-04-26 17:19:44 (GMT) |
commit | 79b0f85867171d6d38fe9269520d5c22c5a30cb9 (patch) | |
tree | af79e57dea15e46ec05d42f1c5b28af37d25f30f /PCbuild/_elementtree.vcproj | |
parent | 687324918f0f7653cc2cd275fcfa529cc5117542 (diff) | |
download | cpython-79b0f85867171d6d38fe9269520d5c22c5a30cb9.zip cpython-79b0f85867171d6d38fe9269520d5c22c5a30cb9.tar.gz cpython-79b0f85867171d6d38fe9269520d5c22c5a30cb9.tar.bz2 |
Use GS- and bufferoverlowU.lib where appropriate, for AMD64.
Diffstat (limited to 'PCbuild/_elementtree.vcproj')
-rw-r--r-- | PCbuild/_elementtree.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_elementtree.vcproj b/PCbuild/_elementtree.vcproj index 3278874..dec48e3 100644 --- a/PCbuild/_elementtree.vcproj +++ b/PCbuild/_elementtree.vcproj @@ -190,7 +190,7 @@ ATLMinimizesCRunTimeLibraryUsage="FALSE"> <Tool Name="VCCLCompilerTool" - AdditionalOptions=" /USECL:MS_OPTERON" + AdditionalOptions=" /USECL:MS_OPTERON /GS-" Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\Include,..\PC,..\Modules\expat" |