On Mon, May 18, 2015 at 3:35 PM, David Halls <dahalls at gmail.com> wrote:
> ~ # cat wup.c
> int main(int argc, char **argv) { return 0; }
> ~ # gcc -fPIE -pie wup.c
Why does it need both -fPIE and -pie ?
(Trying to figure out what changes I need to make to ccwrap parsing.)
Rob