diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-06-30 23:29:53 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-06-30 23:29:53 -0400 |
commit | 72da61b7c35a1aac43d7b785bac88a126fa79d0b (patch) | |
tree | d7f2ed00ec83be4d0ebe3ef524d32662ca556ad9 /objective-c | |
parent | ICE-8183 - improve failure handling in C# IceSSL test (diff) | |
download | ice-72da61b7c35a1aac43d7b785bac88a126fa79d0b.tar.bz2 ice-72da61b7c35a1aac43d7b785bac88a126fa79d0b.tar.xz ice-72da61b7c35a1aac43d7b785bac88a126fa79d0b.zip |
Add -fobj-arc-exceptions to ARC test build
Diffstat (limited to 'objective-c')
-rw-r--r-- | objective-c/test/ios/controller/Objective-C Test Controller.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/objective-c/test/ios/controller/Objective-C Test Controller.xcodeproj/project.pbxproj b/objective-c/test/ios/controller/Objective-C Test Controller.xcodeproj/project.pbxproj index 4cfdbd49bcb..42812e2c3ec 100644 --- a/objective-c/test/ios/controller/Objective-C Test Controller.xcodeproj/project.pbxproj +++ b/objective-c/test/ios/controller/Objective-C Test Controller.xcodeproj/project.pbxproj @@ -1823,6 +1823,7 @@ INFOPLIST_FILE = Classes/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + OTHER_CFLAGS = "-fobjc-arc-exceptions "; OTHER_LDFLAGS = ( "-lIceGridObjC", "-lGlacier2ObjC", @@ -1859,6 +1860,7 @@ INFOPLIST_FILE = Classes/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + OTHER_CFLAGS = "-fobjc-arc-exceptions "; OTHER_LDFLAGS = ( "-lIceGridObjC", "-lGlacier2ObjC", |