Generally, i would not build to dll unless you have specific reason to do so. it takes longer to compile.
speed is the main (only?) reason to build to dll, and that would mainly be for things like large loops. In the 90s, building to a dll was a big feature since computers were relatively slow compared to current machines.
If your app is mainly doing database work, the speed difference will not be noticeable. Also it has no effect on datawindow operations, so if you are doing lots of things with datawindows it won't help at all.
If appeon was going to cut a feature in order to better prioritize, this would be my #1 recommended feature to remove.