Is it possible to specify which build directory should DUB use when building a project?
Default is to create a new temp directory on every compile.

This bothers me a little as every time I compile and run my project both Windows Firewall and COMODO Firewall ask me about this new process (every run is from a different path) that would like to listen on a TCP port (I'm using vibe.d in my app).
I would like to be able to specify to DUB to always use the same directory (e.g. <project-dir>/bin).