Remove import path from binary files

dog2002 742617000027 at aaathats3as.com
Sun Jan 23 11:11:23 UTC 2022


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.


More information about the digitalmars-d-ldc mailing list