I'm using it from dub and it is has the debug options on them:
```
"buildOptions": [
"debugMode",
"debugInfo",
"debugInfoC"
],
```And on every lib too.
Hipreme via Digitalmars-d-learn Tue, 18 Jan 2022 18:36:04 -0800
I'm using it from dub and it is has the debug options on them:
```
"buildOptions": [
"debugMode",
"debugInfo",
"debugInfoC"
],
```And on every lib too.