Search

April 07
General »
...and I got one. Adding -fPIC to DFLAGS in dmd.conf does indeed fix the...
April 06
General »
...for FreeBSD does not have -fPIC in DFLAGS.

My setup puts -fPIC in there, and...
March 21
Learn »
Well, the docs are bogus.
https://issues.dlang.org/show_bug.cgi?id=1660
Would...
March 21
Learn »
Anyone?
March 20
Learn »
Is it me, or does the [DFLAGS environment variable](https://dlang.org/dmd-windows.html...
February 25
Issues »
...dmd/generated/linux/release/64/dmd.conf
DFLAGS
-I/home/tim/Programmieren/dlang/dmd/generated...
February 23
General »
...HOST_DMD="<path to ldc>/bin/ldmd2" DFLAGS="-mtriple=x86_64-apple-macos11" DMD="<path...
February 09, 2024
Issues »
...bin/env dub
/+ dub.sdl:
    name "app"
    dflags "-dip1008"
+/

void main() {}

static immutable ctfeThing =
{
    try...
December 24, 2023
Learn »
...just can't figure out for imports, because the configuration is done via dflags.

-Steve
December 22, 2023
Learn »
...Unfortunately, nothing makes this work:

```
configuration "unittest" {
  dflags "-checkaction=context"
}
```

If I remove this things...
1 2 3 4
Next ›   Last »