www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Building DMD via Digger with maximum optimizations

How do I build dmd/druntime/phobos via Digger with maximum 
optimizations during the build of the compiler itself

like what you get via

     make -f posix.mak HOST_DMD=ldmd2 ENABLE_RELEASE=1

I'm currenly using

     dub run digger --build=release -- build
Nov 18 2019