August 21, 2018 [Issue 19078] dmd does not remove inlined functions | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19078 Nicholas Wilson <iamthewilsonator@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |iamthewilsonator@hotmail.co | |m --- Comment #1 from Nicholas Wilson <iamthewilsonator@hotmail.com> --- It _has_ inlined it, but you haven't passed --gc-sections to the linker so this is working as intended. -- |
August 21, 2018 [Issue 19078] dmd does not remove inlined functions | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19078 Jonathan Marler <johnnymarler@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Jonathan Marler <johnnymarler@gmail.com> --- You're right. I tried a bunch of linker options to get this to work but it looks like "--gc-sections" did the trick. Thanks for the help. -- |
Copyright © 1999-2021 by the D Language Foundation