Jacob Carlborg Wrote: > DFLAGS is working for me. I've placed dmd.conf in the same folder as > dmd. Mac OS X doesn't have /etc by default.
That was the problem: dmd.conf was copied to /usr/local/bin The copy in /etc did nothing. The copy in /usr/local/bin was overriding any DFLAGS I set. And I couldn't get dmd to tell me where the config file that it is using is.
