mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 23:23:07 +00:00
coff linking passes -DEBUG
which makes a .pdb file
This commit is contained in:
parent
46ddeb0baf
commit
86eb183668
@ -348,6 +348,10 @@ static void construct_linker_job_coff(LinkJob *lj) {
|
||||
|
||||
lj->args.append("-NOLOGO");
|
||||
|
||||
if (!g->strip_debug_symbols) {
|
||||
lj->args.append("-DEBUG");
|
||||
}
|
||||
|
||||
coff_append_machine_arg(g, &lj->args);
|
||||
|
||||
if (g->windows_subsystem_windows) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user