On 2013-06-04 09:12, Walter Bright wrote:
There is another way.D can be made aware that it is building an executable (after all, that is why it invokes the linker). If you shove all the source code into the compiler in one command, for an executable, functions that are not overridden can be made final.
Will that work with static libraries? -- /Jacob Carlborg