aboutsummaryrefslogtreecommitdiff
path: root/XcodeConfig/Target/SharedLibrary.xcconfig
diff options
context:
space:
mode:
authorGravatar dmaclach <dmaclach@gmail.com>2018-12-13 14:04:27 -0800
committerGravatar GitHub <noreply@github.com>2018-12-13 14:04:27 -0800
commitb947d97b47466c466da6add29385a8c60f2d4387 (patch)
tree33e6635d3ddcc4c22a52a6c34f79c6b3ffa8f975 /XcodeConfig/Target/SharedLibrary.xcconfig
parent543cc0cc845a5e1d76d9152ee9a112e5681d3f34 (diff)
We should not be generating position dependent code. This is no longer standard for macOS or iOS. (#225)
Diffstat (limited to 'XcodeConfig/Target/SharedLibrary.xcconfig')
-rw-r--r--XcodeConfig/Target/SharedLibrary.xcconfig5
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