Skip to content

Commit

Permalink
Fixed running on iPhone 3G
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 8, 2012
1 parent 3086137 commit 6d85d62
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Xcode-iOS/SDL_mixer.xcodeproj/project.pbxproj
Expand Up @@ -425,7 +425,10 @@
00B7E498097EC6B300826121 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = (
armv6,
armv7,
);
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
WAV_MUSIC,
Expand All @@ -450,7 +453,10 @@
00B7E499097EC6B300826121 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = (
armv6,
armv7,
);
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
WAV_MUSIC,
Expand Down

0 comments on commit 6d85d62

Please sign in to comment.