September 20, 2023 General » Re: Some discussion on dub dependency resolution | |||
|---|---|---|---|
| |||
...discouraged.
Warning Alternatively, you can set the DFLAGS environment variable to pass custom flags
Warning... | |||
September 19, 2023 General » Some discussion on dub dependency resolution | |||
|---|---|---|---|
| |||
...discouraged.
Warning Alternatively, you can set the DFLAGS environment variable to pass custom flags
Warning... | |||
September 13, 2023 Learn » Dub option for specifying importC include paths | |||
|---|---|---|---|
| |||
...aside from passing like -cpp flags via dflags?
From my dub.json:
```
"cSourcePaths": [
"source/libgit2... | |||
September 04, 2023 Learn » Hipreme's Tip of of the day #09 - Using D shared libraries with dub | |||
|---|---|---|---|
| |||
...library: ```json "name": "shared_lib", "targetType": "dynamicLibrary", "dflags-ldc": [ "--link-defaultlib-shared" ] ``` The `--link-defaultlib... | |||
September 01, 2023 Issues » [Issue 24130] New: ImportC: Windows - Cannot build nearly program that uses most system headers as 32-bit. | |||
|---|---|---|---|
| |||
...C:\D\dmd2\windows\bin64\sc.ini DFLAGS -IC:\D\dmd2\windows\bin64\..\..\src\phobos... | |||
September 01, 2023 Issues » [Issue 24129] New: ImportC: cannot compile any non-trivial program with multiple translation units/files: fatal error LNK1179: invalid or corrupt file: duplicate COMDAT '__acrt_locale_get_ctype_array_value' | |||
|---|---|---|---|
| |||
...C:\D\dmd2\windows\bin64\sc.ini DFLAGS -IC:\D\dmd2\windows\bin64\..\..\src\phobos... | |||
July 26, 2023 Issues » [Issue 24057] Linker complains that input file is the same as output file | |||
|---|---|---|---|
| |||
...It should appear in the output when compiling with `-v` (`"dflags": ["-v"],` in dub.json) -- | |||
July 10, 2023 General » Re: IBT/BTI instructions and D compilers | |||
|---|---|---|---|
| |||
I get: CET_DFLAGS='' | |||
July 10, 2023 General » Re: IBT/BTI instructions and D compilers | |||
|---|---|---|---|
| |||
Grep `build/*/libphobos/config.log` for CET_DFLAGS. You shouldn't need to enable it... | |||
July 07, 2023 Announce » Re: Evolving the D Language | |||
|---|---|---|---|
| |||
...will behave or even having them: modifying `DFLAGS` environment variable is a hassle since it... | |||
Copyright © 1999-2021 by the D Language Foundation