aboutsummaryrefslogtreecommitdiff
path: root/XcodeConfig/Target/LoadableBundle.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/LoadableBundle.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/LoadableBundle.xcconfig')
-rw-r--r--XcodeConfig/Target/LoadableBundle.xcconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/XcodeConfig/Target/LoadableBundle.xcconfig b/XcodeConfig/Target/LoadableBundle.xcconfig
index 8b824d7..0b8e3d6 100644
--- a/XcodeConfig/Target/LoadableBundle.xcconfig
+++ b/XcodeConfig/Target/LoadableBundle.xcconfig
@@ -25,6 +25,3 @@
// Bundles should not have their external symbols stripped.
STRIP_STYLE = non-global
-
-// Bundles need to be position independent
-GCC_DYNAMIC_NO_PIC = NO