November 05, 2023 Learn » Re: DUB: Sometimes generates .di file and sometimes do not. | |||
|---|---|---|---|
| |||
...rights reserved."
license "public domain"
configuration "staticLibrary" {
dflags "-Hf=$PACKAGE_DIR/builds/library.di"
targetName... | |||
November 05, 2023 Learn » Re: DUB: Sometimes generates .di file and sometimes do not. | |||
|---|---|---|---|
| |||
...rights reserved."
license "public domain"
configuration "staticLibrary" {
dflags "-Hf=$PACKAGE_DIR/builds/library.di"
targetName... | |||
November 05, 2023 Learn » DUB: Sometimes generates .di file and sometimes do not. | |||
|---|---|---|---|
| |||
...rights reserved."
license "public domain"
configuration "staticLibrary" {
dflags "-Hf=$PACKAGE_DIR/builds/library.di"
targetName... | |||
October 30, 2023 Issues » [Issue 24209] New: static aa initialization of static function variable ICE | |||
|---|---|---|---|
| |||
...v2.105.2-311-ga8fa992a73-dirty config DFLAGS (none) --- core.exception.AssertError@src/dmd/todt... | |||
October 27, 2023 LDC » build runtime for embedded Linux (cross) | |||
|---|---|---|---|
| |||
...i686-linux-musl BUILD_SHARED_LIBS=ON \
--dFlags="-mtriple=i686-linux-musl;-mcpu=i686"
```
```
.: Creating... | |||
October 17, 2023 General » Re: LDC PGO on Windows | |||
|---|---|---|---|
| |||
...name):
1. Specify a name and dflags
```d
"dflags": ["-fprofile-instr-generate"],
"name": "{programname}",
```
2... | |||
October 17, 2023 General » Re: LDC PGO on Windows | |||
|---|---|---|---|
| |||
...how to forward everything correctly as dflags. In your dflags, supply something like this, do... | |||
October 14, 2023 Issues » [Issue 24188] ICE (Illegal instruction) with missing imported symbol | |||
|---|---|---|---|
| |||
...dmd/generated/linux/release/64/dmd.conf DFLAGS -I/home/me/d/pull-request-stuff... | |||
October 15, 2023 GDC » Re: a mysterious linking error introduced by import a library | |||
|---|---|---|---|
| |||
...case of template emission eliding. Did you try ``-fall-instantiations`` inside of a dflags directive? | |||
October 12, 2023 Announce » Re: tshare/1.0 a fast way to share file using transfer.sh | |||
|---|---|---|---|
| |||
...On dub this works: ``` dflags "-link-defaultlib-shared=false" platform="ldc" dflags "-static" platform="windows... | |||
Copyright © 1999-2021 by the D Language Foundation