On Tuesday, 21 May 2019 at 21:48:22 UTC, Jonathan Marler wrote:
Is there a way to prevent dmd from adding any default libraries to its linker command?Something equivalent to "-nodefaultlibs" from gcc? https://gcc.gnu.org/onlinedocs/gcc/Link-Options.htmlI'd still like to use the dmd.conf file, so I don't want to use "-conf="
-betterC ?