Skip to content

Commit

Permalink
Merge pull request lukhnos#25 from simonwhitaker/master
Browse files Browse the repository at this point in the history
Disabling garbage collection for the iOS library target
  • Loading branch information
lukhnos committed Jan 10, 2012
2 parents 734c8ed + 0f3bc82 commit 0ab77bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ObjectiveFlickr.xcodeproj/project.pbxproj
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 0ab77bd

Please sign in to comment.