Skip to content

Commit

Permalink
increase stack size for win64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
rainers committed Feb 24, 2012
1 parent 616da66 commit e882ee2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/dmd_msc.vcproj
Expand Up @@ -138,6 +138,7 @@
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).exe"
GenerateDebugInformation="true"
StackReserveSize="8388608"
OptimizeReferences="1"
EnableCOMDATFolding="1"
TargetMachine="17"
Expand Down Expand Up @@ -298,6 +299,7 @@
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).exe"
GenerateDebugInformation="true"
StackReserveSize="8388608"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="17"
Expand Down
2 changes: 1 addition & 1 deletion test/runnable/template9.d
Expand Up @@ -294,7 +294,7 @@ void bug4984b(U)(U u) {
}

void bug4984() {
bug4984a!180(); // 400 causes stack overflow in Win64 build
bug4984a!400();
bug4984b(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19);
}

Expand Down

0 comments on commit e882ee2

Please sign in to comment.