linker - -fPIE ("position-independent executable) option (gcc, ld) - Stack Overflow
What for -fPIE (-pie, "position-independent executable") option is needed in gcc and ld? How it will change the code, e.g. function calls? ... PIE is to support ASLR ( http://en.wikipedia.org/wiki/Address_space_layout_randomization) in executable files. B...