Build fails with missing dependency only when using -fincremental

Not on this package, however on the project that uses it I do.

Seems that enabling LLVM solves this issue, but there’s no point in incremental at that point.

I tried to use -fPIE and setting artifcat.pie = true but that didn’t work.

Seems this might still be true ?