diff options
Diffstat (limited to 'PCbuild/python.vcproj')
-rw-r--r-- | PCbuild/python.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/python.vcproj b/PCbuild/python.vcproj index 0c3c4b6b42..722bf4344c 100644 --- a/PCbuild/python.vcproj +++ b/PCbuild/python.vcproj @@ -47,6 +47,7 @@ GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\./python.pdb" SubSystem="1" + StackReserveSize="2000000" BaseAddress="0x1d000000" TargetMachine="1"/> <Tool @@ -109,6 +110,7 @@ GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\./python_d.pdb" SubSystem="1" + StackReserveSize="2000000" BaseAddress="0x1d000000" TargetMachine="1"/> <Tool @@ -179,6 +181,7 @@ GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\./python.pdb" SubSystem="1" + StackReserveSize="2000000" BaseAddress="0x1d000000" TargetMachine="0"/> <Tool |