Skip to content

Commit

Permalink
Merge pull request #85 from square/kve/fix-building-only-active-arch-…
Browse files Browse the repository at this point in the history
…for-debug

Fix only building active arch in debug.
  • Loading branch information
kyleve committed Oct 10, 2013
2 parents 67757b4 + 2cbc823 commit 6677f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ObjC/PonyDebugger.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@
./SocketRocket,
);
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
ONLY_ACTIVE_ARCH = YES;
ONLY_ACTIVE_ARCH = NO;
PUBLIC_HEADERS_FOLDER_PATH = "include/$(PRODUCT_NAME)";
SDKROOT = iphoneos;
};
Expand Down
2 changes: 1 addition & 1 deletion ObjC/SocketRocket

0 comments on commit 6677f33

Please sign in to comment.