Browse Source

Fix only building active arch in debug.

Kyle Van Essen 12 years ago
parent
commit
6a9f892d43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SocketRocket.xcodeproj/project.pbxproj

+ 1 - 1
SocketRocket.xcodeproj/project.pbxproj

@@ -664,7 +664,7 @@
 				GCC_WARN_UNUSED_FUNCTION = YES;
 				GCC_WARN_UNUSED_VARIABLE = YES;
 				IPHONEOS_DEPLOYMENT_TARGET = 5.1;
-				ONLY_ACTIVE_ARCH = YES;
+				ONLY_ACTIVE_ARCH = NO;
 				RUN_CLANG_STATIC_ANALYZER = YES;
 				SDKROOT = iphoneos;
 			};