https://issues.dlang.org/show_bug.cgi?id=16409
--- Comment #3 from [email protected] --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/e3c9f21acac9c086b98389185d917952e0b397cb Fix Issue 16409 - Add support for assign switches All switches taking values now allow the -switch=<name> syntax. The list of new switches which support this include: -Dd=<directory> -Df=<filename> -Hd=<directory> -Hf=<filename> -I=<directory> -J=<directory> -L=<linkerflag> -od=<dirname> -of=<objname> -Xf=<filename> https://github.com/dlang/dmd/commit/cf44ea035db85a7551391a6df532a671dc7c31ff Merge pull request #6070 from AndrejMitrovic/assign-switch Issue 16409 - Add support for assign-style switches --
