Skip to content

Commit

Permalink
Disable GC for iOS library target
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Whitaker committed Jan 9, 2012
1 parent 734c8ed commit 0f3bc82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ObjectiveFlickr.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_GC = unsupported;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_VERSION = "";
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
Expand All @@ -480,6 +481,7 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_OBJC_GC = unsupported;
GCC_VERSION = "";
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
PRODUCT_NAME = ObjectiveFlickr;
Expand Down

0 comments on commit 0f3bc82

Please sign in to comment.