On Thursday, 17 May 2018 at 08:53:06 UTC, Vladimir Panteleev
wrote:
On Thursday, 17 May 2018 at 07:38:50 UTC, IntegratedDimensions
wrote:
Any custom modification swill overwrite the original sc.ini
file. The compiler should copy(rename) or create the file on
demand when it is ran and does not exist in the same path as
the compiler.
Not detracting from your argument, but according to
https://dlang.org/dmd-windows.html#sc-ini , you can place your
custom version in %HOME%/sc.ini.
This may be a suitable solution. While it has some overhead and
pollutes the environment, it at least offers a working
alternative unlike other (non)"solutions".
It would be better if HOME wasn't so general since other
applications could collide with it in usage. DMD_HOME would be
better or in addition to.