https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77464
--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
-no-pie
Don't produce a position independent executable.
Maybe the wording is a bit weird but -no-pie says produce an executable which
is not position independent executable.