Skip to content

Commit

Permalink
[DEV] Explicitly set GCC_VERSION to 4.0 to compile under 10.6 (still …
Browse files Browse the repository at this point in the history
…targeting 10.4).
  • Loading branch information
rentzsch committed Dec 2, 2009
1 parent 5f037fc commit 5860044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/JRFeedbackProvider.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
C01FCF4F08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_VERSION = 4.0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
Expand All @@ -275,6 +276,7 @@
C01FCF5008A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_VERSION = 4.0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
Expand Down

0 comments on commit 5860044

Please sign in to comment.