You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate Position-Independent Executables (PIE) if possible
The same ELF target platforms that support PIC also use PIE by default.
PIE code generation is a small variation on PIC code generation.
Controllable via `-fpie` / `-fno-pie` (for code generation)
and `-pie` / `-no-pie` (for linking).
0 commit comments