Skip to content

Commit

Permalink
Now requires the use of garbage collection (could've sworn that was a…
Browse files Browse the repository at this point in the history
…lready enabled...)
  • Loading branch information
AlanQuatermain committed Nov 8, 2009
1 parent 2a14b42 commit 55d5b33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SetAppAffinity.xcodeproj/project.pbxproj
Expand Up @@ -181,6 +181,7 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_GC = required;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
Expand All @@ -195,6 +196,7 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_GC = required;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
Expand Down

0 comments on commit 55d5b33

Please sign in to comment.