Thread overview
[Issue 16515] Linker Error When Using -debug
Sep 21, 2016
gyroheli@gmail.com
Dec 17, 2022
Iain Buclaw
September 21, 2016
https://issues.dlang.org/show_bug.cgi?id=16515

--- Comment #1 from gyroheli@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.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=16515

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4

--
December 13
https://issues.dlang.org/show_bug.cgi?id=16515

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/19193

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--