If you want cross-module inlining, compile all sources in one command.

gdc file1.d file2.d -o myapp

So 'gdc -c file1.d' won't inline small functions from file2? Why?

Reply via email to