This tells the compiler to generate position-independent code.
这告诉编译器生成位置无关代码。
3
If you're an avid ASM coder, many things are more straightforward since you can take care to produce position-independent code. This won't necessarily free you from all relocation concerns, however.