On 03/01/19 00:10, Benito van der Zander wrote: > The one-pass thing is probably the reason it now complains about all > inline functions in dependency cycles, unit A uses unit B that uses unit > A. Then unit A can't inline something unit B. Any way around that? Not besides breaking your dependency cycles. Jonas