aboutsummaryrefslogtreecommitdiff
path: root/GTMiPhone.xcodeproj
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 /GTMiPhone.xcodeproj
parent543cc0cc845a5e1d76d9152ee9a112e5681d3f34 (diff)
We should not be generating position dependent code. This is no longer standard for macOS or iOS. (#225)
Diffstat (limited to 'GTMiPhone.xcodeproj')
-rw-r--r--GTMiPhone.xcodeproj/project.pbxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/GTMiPhone.xcodeproj/project.pbxproj b/GTMiPhone.xcodeproj/project.pbxproj
index 6451d22..80a837d 100644
--- a/GTMiPhone.xcodeproj/project.pbxproj
+++ b/GTMiPhone.xcodeproj/project.pbxproj
@@ -767,7 +767,6 @@
GTM_EXTRA_WARNING_OVERRIDE_CFLAGS = "-Wno-unused-parameter";
GTM_HOST_GCC_PREPROCESSOR_DEFINITIONS = "GTM_USING_XCTEST=1";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_NO_PIE = YES;
ONLY_ACTIVE_ARCH = YES;
};
name = Debug;
@@ -811,7 +810,6 @@
GTM_EXTRA_WARNING_OVERRIDE_CFLAGS = "-Wno-unused-parameter";
GTM_HOST_GCC_PREPROCESSOR_DEFINITIONS = "GTM_USING_XCTEST=1";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_NO_PIE = YES;
};
name = Release;
};