| author | |
| committer | |
| log | 86eb1836682cecea199748842767cf2d9cc2ea62 |
| tree | 9237d6a3ba4588a2e7efd69b4754f0f5e987a719 |
| parent | 46ddeb0bafd68cf88867e4268253a41ac0050215 |
which makes a .pdb file1 files changed, 4 insertions(+), 0 deletions(-)
src/link.cpp+4| ... | ... | @@ -348,6 +348,10 @@ static void construct_linker_job_coff(LinkJob *lj) { |
| 348 | 348 | |
| 349 | 349 | lj->args.append("-NOLOGO"); |
| 350 | 350 | |
| 351 | if (!g->strip_debug_symbols) { | |
| 352 | lj->args.append("-DEBUG"); | |
| 353 | } | |
| 354 | ||
| 351 | 355 | coff_append_machine_arg(g, &lj->args); |
| 352 | 356 | |
| 353 | 357 | if (g->windows_subsystem_windows) { |