December 21, 2023 Learn » Re: macOS Sonoma Linker Issue | |||
|---|---|---|---|
| |||
...configuration (for better error messages):
```
configuration "unittest" {
dflags "-checkaction=context"
}
```
Error:
```
▶ dub test
Generating... | |||
December 18, 2023 General » Re: Profile-Guided Optimization (PGO) support in D ecosystem | |||
|---|---|---|---|
| |||
...1" ENABLE_UNITTEST="" ENABLE_PROFILE="" ENABLE_COVERAGE="" DFLAGS="" dmd-pgo || exit 1 cp generated/linux... | |||
December 16, 2023 General » Re: dmd -run speed trends | |||
|---|---|---|---|
| |||
...run` almost twice faster for me. ``` [Environment32] DFLAGS=-I%@P%/../../src/phobos -I%@P%/../../src... | |||
December 14, 2023 Learn » Re: D is a great language, but I've had a bad experience getting started | |||
|---|---|---|---|
| |||
...lpthread -lm".
My build options are currently:
```
"dflags-dmd": [ "-v"],
"lflags": ["-ld_classic"]
```
I tried... | |||
December 05, 2023 Announce » LDC 1.36.0-beta1 | |||
|---|---|---|---|
| |||
...can e.g. run *optimized* unittests via `DFLAGS=-O dub run -c unittest -b unittest... | |||
November 20, 2023 Learn » Re: cannot find source code for runtime library file 'object.d' | |||
|---|---|---|---|
| |||
...usr/include, just 'dmd'. ....................cut here.................... [Environment32] DFLAGS=-I/usr/include/dmd/phobos -I/usr... | |||
November 19, 2023 Learn » cannot find source code for runtime library file 'object.d' | |||
|---|---|---|---|
| |||
...with the path to this file ; [Environment32] DFLAGS=-I/usr/include/dlang/dmd -L-L... | |||
November 15, 2023 Issues » [Issue 24246] ICE: CTFE internal error | |||
|---|---|---|---|
| |||
...config ./generated/linux/release/64/dmd.conf DFLAGS -I./generated/linux/release/64/../../../../druntime/import... | |||
November 06, 2023 Learn » Re: DUB: Sometimes generates .di file and sometimes do not. | |||
|---|---|---|---|
| |||
...DIR/builds/library.di" dflags "-Hf=$PACKAGE_DIR/builds/library.di" dflags "-o-" sourceFiles "library... | |||
November 06, 2023 Learn » Re: DUB: Sometimes generates .di file and sometimes do not. | |||
|---|---|---|---|
| |||
...DIR/builds/library.di" dflags "-Hf=$PACKAGE_DIR/builds/library.di" dflags "-o-" SourceFile "library... | |||
Copyright © 1999-2021 by the D Language Foundation