https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91744
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |egallager at gcc dot gnu.org --- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #2) > You want -no-pie; not -fno-pie. > -no-pie turns off the linking and -fno-pie just turns off the compiler > option. That's confusing. Is there anywhere in the documentation or somewhere that this could be clarified? Maybe a "Commonly Confused Compiler Options" page in the wiki or something?