| author | |
| committer | |
| log | d4d22df1d90d9d78f2960e807c3dad061ed1c71a |
| tree | 35701f3ce1b2bd71c000652dda80685f0ccaa7ec |
| parent | af229c1fdc89f69273f69627ab5a0304dab11572 |
fixes test failures
See #1571 files changed, 5 insertions(+), 0 deletions(-)
src/link.cpp+5| ... | ... | @@ -434,6 +434,11 @@ static void construct_linker_job_coff(LinkJob *lj) { |
| 434 | 434 | lj->args.append("-DEBUG"); |
| 435 | 435 | } |
| 436 | 436 | |
| 437 | if (g->out_type == OutTypeExe) { | |
| 438 | // TODO compile time stack upper bound detection | |
| 439 | lj->args.append("/STACK:16777216"); | |
| 440 | } | |
| 441 | ||
| 437 | 442 | coff_append_machine_arg(g, &lj->args); |
| 438 | 443 | |
| 439 | 444 | if (g->windows_subsystem_windows) { |