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.