Skip to content

Commit

Permalink
Build for 64-bit Intel only.
Browse files Browse the repository at this point in the history
I'm not going to cast all those NSLog formats to fix warnings when built for 32-bit, plus
it looks like there are other type conversion warnings.
  • Loading branch information
nygard committed Sep 3, 2011
1 parent 1952740 commit 883afe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions class-dump.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
Expand All @@ -1032,7 +1032,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down

0 comments on commit 883afe8

Please sign in to comment.