[TIMOB-9891] Ensure all titanium modules are compiled with PIC option on
| GitHub Issue | n/a |
|---|---|
| Type | Sub-task |
| Priority | Low |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2012-07-10T17:41:10.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Max Stepanov |
| Assignee | Stephen Tramer |
| Created | 2012-07-05T14:35:39.000+0000 |
| Updated | 2017-03-09T23:13:09.000+0000 |
Description
Modify build files to ensure GCC_DYNAMIC_NO_PIC=NO and USE_DYNAMIC_NO_PIC=NO
By default all modules compile with PIC. If a developer chooses to build non-PIC modules there's not much we can do about it.
Closing ticket as invalid.