[Issue 10833] DMD puts mixin's source code in the binary

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10833 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

[Issue 10833] DMD puts mixin's source code in the binary

2013-12-01 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10833 --- Comment #8 from Temtaime temta...@gmail.com 2013-12-01 01:18:33 PST --- Bump. Please, fix it and improve linker's efficiency. There is currently too many strings in resulting binary that not referenced, it also increasing binary size. I'm

[Issue 10833] DMD puts mixin's source code in the binary

2013-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10833 Don clugd...@yahoo.com.au changed: What|Removed |Added Severity|critical|enhancement --- Comment

[Issue 10833] DMD puts mixin's source code in the binary

2013-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10833 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 10833] DMD puts mixin's source code in the binary

2013-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10833 --- Comment #5 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-08-19 06:45:42 PDT --- (In reply to comment #4) This should be fixable, but it's not actually a bug. FWIW, it can be a serious issue for closed-source software products,

[Issue 10833] DMD puts mixin's source code in the binary

2013-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10833 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 10833] DMD puts mixin's source code in the binary

2013-08-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10833 --- Comment #2 from Temtaime temta...@gmail.com 2013-08-17 04:21:59 PDT --- I think there is no need to have any switches. If D debugger requires mixin's source - then source in binary should to be only when -g flag specified. -- Configure

[Issue 10833] DMD puts mixin's source code in the binary

2013-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10833 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|