On 03/07/2016 08:16 PM, Russel Winder wrote:

Using Dub to create a GtkD application, the executable starts at 23MB and takes an age to compile and link. This is very disruptive to quick turnaround and experimentation. Is there any way of getting Dub to build a dynamic shared object of GtkD and use dynamic linking?

I think you'll need to compile a shared version of GtkD and then use the
"libs" build setting with dub.

But i don't really use dub, so there might be a better option.