Skip to content

Commit

Permalink
Turned off GC support in favor of ARC
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrajca committed Oct 29, 2011
1 parent 84b351f commit c43e79c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DAVKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_GC = supported;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
Expand All @@ -504,7 +503,6 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_GC = supported;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
Expand Down

0 comments on commit c43e79c

Please sign in to comment.