From 7ab9a6c650e7c7bdec559c9ef5b73bccfa1f6dbc Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Sun, 15 May 2022 11:53:45 +0200 Subject: [PATCH] purge changelog --- changelog/rdmd-environment-args.dd | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 changelog/rdmd-environment-args.dd diff --git a/changelog/rdmd-environment-args.dd b/changelog/rdmd-environment-args.dd deleted file mode 100644 index 43c9c6b..0000000 --- a/changelog/rdmd-environment-args.dd +++ /dev/null @@ -1,3 +0,0 @@ -rdmd now supports specifying the D compiler using the `RDMD_DMD` environment variable - -rdmd now uses the `RDMD_DMD` environment variable, if it is present in the environment, to choose the D compiler to use. As with the `--compiler` option, the variable's value must specify the name or path of a compiler with a DMD-like command line syntax, such as `gdmd` or `ldmd2`. The variable overrides the default (which is decided at the time `rdmd` was built), but can still be overridden by the `--compiler` option.