On Thursday, 27 May 2021 at 09:11:35 UTC, Dennis wrote:
On Thursday, 27 May 2021 at 08:47:50 UTC, Tariq Siddiqui wrote:- What are these additional lines?D generates extra symbols per module for things like module constructors, unittests and class introspection (I think).- How can I remove these lines from being generated?Pass the `-betterC` flag to dmd/ldc2.
Thanks for your answer, -betterC works well with simple code but when using templates in code -betterC compilation failed.