aboutsummaryrefslogtreecommitdiff
path: root/XcodeConfig/subconfig/General.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/subconfig/General.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/subconfig/General.xcconfig')
-rw-r--r--XcodeConfig/subconfig/General.xcconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/XcodeConfig/subconfig/General.xcconfig b/XcodeConfig/subconfig/General.xcconfig
index 1517514..59e60e6 100644
--- a/XcodeConfig/subconfig/General.xcconfig
+++ b/XcodeConfig/subconfig/General.xcconfig
@@ -48,9 +48,6 @@ GCC_ENABLE_OBJC_EXCEPTIONS = YES
// not sure why apple defaults this on, but it's pretty risky
ALWAYS_SEARCH_USER_PATHS = NO
-// Turn on position dependent code for most cases (overridden where appropriate)
-GCC_DYNAMIC_NO_PIC = YES
-
// For ObjC++ we want C++ cdtors called
GCC_OBJC_CALL_CXX_CDTORS = YES