On Sunday, 7 March 2021 at 12:47:45 UTC, kinke wrote: [...]
./dmd -i -of=pointless.o -g -c pointless/package.d"dmd" is a symlink to /opt/ldc2/bin/ldmd2Ah, try using `-i=-ldc` instead of `-i` alone to manually exclude the ldc.* modules from being included.
Solved the issue. Many thanks!