www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - DFLAGS and DMD Windows

reply Carl Sturtivant <sturtivant gmail.com> writes:
Is it me, or does the [DFLAGS environment 
variable](https://dlang.org/dmd-windows.html#environment) have no 
effect on DMD.
```
dmd --version
DMD64 D Compiler v2.107.0
```
Mar 20
parent reply Carl Sturtivant <sturtivant gmail.com> writes:
On Wednesday, 20 March 2024 at 22:53:13 UTC, Carl Sturtivant 
wrote:
 Is it me, or does the [DFLAGS environment 
 variable](https://dlang.org/dmd-windows.html#environment) have 
 no effect on DMD.
 ```
 dmd --version
 DMD64 D Compiler v2.107.0
 ```
Anyone?
Mar 21
parent Carl Sturtivant <sturtivant gmail.com> writes:
On Thursday, 21 March 2024 at 18:17:00 UTC, Carl Sturtivant wrote:
 On Wednesday, 20 March 2024 at 22:53:13 UTC, Carl Sturtivant 
 wrote:
 Is it me, or does the [DFLAGS environment 
 variable](https://dlang.org/dmd-windows.html#environment) have 
 no effect on DMD.
 ```
 dmd --version
 DMD64 D Compiler v2.107.0
 ```
Anyone?
Well, the docs are bogus. https://issues.dlang.org/show_bug.cgi?id=1660 Would have been nice if they'd mentioned this.
Mar 21