Closed fjtrujy closed 2 years ago
Hello @hoene, Why directly you close the PR?
The POSITION_INDEPDENT_CODE
is wrongly set.
You can see here more information: https://cmake.org/cmake/help/latest/prop_tgt/POSITION_INDEPENDENT_CODE.html#prop_tgt:POSITION_INDEPENDENT_CODE
It says:
This property is True by default for SHARED and MODULE library targets and False otherwise.
I'm compiling with the flags for disabling shared libs, but even like this is still suffering this compilation issue
@fjtrujy Sorry, I have hit the wrong button. It's merged now.
Thanks!!
Otherwise, it could suffer compilation issues when cross-compiling (I'm compiling library for
PSP
)Thanks