[Issue 14255] Since DMD is used to build idgen, one can't have dmd.conf for dev and system wide.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Mar 8 16:52:15 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14255

yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies at gmail.com

--- Comment #3 from yebblies <yebblies at gmail.com> ---
If you want to have a config file, yet ignore it, you need to use -conf.  That
is why it was added.

In most cases that's as simple as

set HOST_DC=path\to\dmd.exe -conf=path\to\sc.ini

or

export HOST_DC=path/to/dmd -conf=path/to/dmd.conf

I'm aware of one issue with doing this on windows which will be fixed shortly.

Adding '-conf' would work just fine too.

--


More information about the Digitalmars-d-bugs mailing list