On Monday, 23 March 2015 at 13:40:04 UTC, Ben Boeckel wrote:
Different flags to
different source files?

If you mean separate compilation with different flags per module and linking into same binary - it is pretty much illegal in D and can only be done at own risk. I don't know if it is mentioned anyway on dlang.org but that is inevitable side-effect of how symbol emitting works.

Reply via email to