|
On 14 June 2017 at 16:35, Sean Conner <sean@conman.org> wrote: > -spc (Who thinks that executables should also be shared libraries ... ) They can be (on ELF systems)! Just pass `-pie` (and -fPIC, and probably -Wl,-E unless you use a linker script etc) to gcc.