Letting CMake link the executable instead of really invoking the C++
compiler manually. This simplifies cross-compilation with CMake
toolchain files, such as for Android.
This serial step (unless using explicit -DCOMPILE_D_MODULES_SEPARATELY=ON,
which may decrease LDC performance due to missing cross-module
optimizations) used to take more than 4 minutes for Shippable...