[Issue 16515] Linker Error When Using -debug

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16515

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P3  |P4

--


[Issue 16515] Linker Error When Using -debug

2016-09-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16515

--- Comment #1 from gyroh...@gmail.com ---
The linker being for "test.v.init", it seems it is trying to create
"test.q.init" but can't as it can't find the symbol for "test.v.init". Though
it shouldn't be constructing "test.q.init" anywhere, removing "-debug" from the
compiler option fixes the issue.

--