Issue with --build=profile
drkameleon
yaniszaf at gmail.com
Fri Oct 18 09:06:47 UTC 2019
I'm working on a rather big project which I'm compiling with
DMD/LDC.
The thing is when I'm trying to profile it, using `dub build
--build=profile`, weird issues keep popping up, coming from the
project's dependencies... eg. "Warning: statement is not
reachable" from the dyaml package. And then it crashes with
"/Library/D/dmd/bin/dmd failed with exit code 1."
How could I deal with this?
(In case it matters, I could also point you to my project
sources, although I don't think it has anything to do with my
project per-se)
More information about the Digitalmars-d-learn
mailing list