diff options
Diffstat (limited to 'XcodeConfig/Target/SharedLibrary.xcconfig')
-rw-r--r-- | XcodeConfig/Target/SharedLibrary.xcconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/XcodeConfig/Target/SharedLibrary.xcconfig b/XcodeConfig/Target/SharedLibrary.xcconfig index 7c37d50..9981d7b 100644 --- a/XcodeConfig/Target/SharedLibrary.xcconfig +++ b/XcodeConfig/Target/SharedLibrary.xcconfig @@ -22,8 +22,5 @@ // the License. // -// Dynamic libs need to be position independent -GCC_DYNAMIC_NO_PIC = NO - // Dynamic libs should not have their external symbols stripped. -STRIP_STYLE = non-global
\ No newline at end of file +STRIP_STYLE = non-global |