digitalmars.D.ldc - Remove import path from binary files
Is it possible to remove modules' paths from the executable? I mean this: ``` strings app | grep "/home/" /home/username/ldc2/bin/../import/std/stdio.d /home/username/ldc2/bin/../import/std/utf.d ``` `strip` does not help. DMD does not add module names into the binary.
Jan 23 2022
Also use lld for linking, ld can't remove unused strings.
Feb 14 2022