Generate a static library for D sources, compiling all of them together. With dmd, this results in a different static library than compiling the source into object files then using ar to create the .a.
See Implementation
Generate a static library for D sources, compiling all of them together. With dmd, this results in a different static library than compiling the source into object files then using ar to create the .a.