[TIMOB-9885] Compile JSCore with PIC option on
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-07-10T17:06:11.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Core |
Labels | n/a |
Reporter | Max Stepanov |
Assignee | Stephen Tramer |
Created | 2012-07-05T13:52:23.000+0000 |
Updated | 2017-03-09T23:41:28.000+0000 |
Description
Modify build files to ensure GCC_DYNAMIC_NO_PIC=NO and USE_DYNAMIC_NO_PIC=NO
Should be done as part of the JSCore update after iOS 6 rolls out.
The USE_DYNAMIC_NO_PIC setting is ignored by xcode 4 in favor of GCC_DYNAMIC_NO_PIC. libTiCore seems to be PIC.
Closing ticket as invalid.