Comment 8 for bug 1907789

Revision history for this message
In , Nickc (nickc) wrote :

    Not to be facetious but did we ever really support -no-pie ?

    It does not appear to be documented, and it looks like it is treated internally as two options: -n and -o-pie.

    I have a patch that fixes the uninitialised memory problem detected by valgrind, but I am wondering whether it is better to add explicit support for -no-pie as an option to turn off -pie, or else keep the linker's error message, and maybe add a --no-pie option instead.