mirror of https://github.com/PCSX2/pcsx2.git
7 lines
307 B
Plaintext
7 lines
307 B
Plaintext
#* -fPIC option was removed for multiple reason.
|
|
# - Code only support x86 architecture.
|
|
# - Upstream code uses the ebx register so it's not compliant with PIC.
|
|
# - Impacts the performance too much.
|
|
# - Only plugins. No package will link to them.
|
|
pcsx2-plugins-unstable: shlib-with-non-pic-code
|