Reviewers: Søren Gjesse, Description: X64: Make sure that all Win64 Visual Studio project file builds have a large enough stack.
Please review this at http://codereview.chromium.org/6626013/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M tools/visual_studio/x64.vsprops Index: tools/visual_studio/x64.vsprops =================================================================== --- tools/visual_studio/x64.vsprops (revision 7062) +++ tools/visual_studio/x64.vsprops (working copy) @@ -12,6 +12,7 @@ /> <Tool Name="VCLinkerTool" + StackReserveSize="2091752" TargetMachine="17" /> </VisualStudioPropertySheet> -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
