Closed katyo closed 4 years ago
that's a little bizarre, make ldc
is what I use to build the website. but i don't think i actually use that stuff anyway
this ldc build is so slow btw. I blame libdparse somewhere, it has some heavy ctfe, but I aven't been able to find the time to fix it yet.,
nevertheless yeah it didn't break anything here removing it, so just did. I can delete all tha stuff from the repo now I think. sweet.
Fixed in master
When I try to build adrdox with
make ldc
I get multiple linking errors related to multiple definitions of symbols:LDC2 compiler version:
When I removed all sourses related to _Dscanner/libparse/experimentalallocator from
LIBPARSE
variable inMakefile
it build successfully.