File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 4323
4323
MACH_O_TYPE = mh_dylib;
4324
4324
MACOSX_DEPLOYMENT_TARGET = 10.9;
4325
4325
MTL_ENABLE_DEBUG_INFO = NO;
4326
+ ONLY_ACTIVE_ARCH = NO;
4326
4327
OTHER_SWIFT_FLAGS = "-D TRACE_RESOURCES -Xfrontend -debug-time-function-bodies -Xfrontend -warn-long-expression-type-checking=100 -Xfrontend -warn-long-function-bodies=100";
4327
4328
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvos appletvsimulator watchos watchsimulator";
4328
4329
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
4475
4476
MACH_O_TYPE = mh_dylib;
4476
4477
MACOSX_DEPLOYMENT_TARGET = 10.9;
4477
4478
MTL_ENABLE_DEBUG_INFO = YES;
4478
- ONLY_ACTIVE_ARCH = YES ;
4479
+ ONLY_ACTIVE_ARCH = NO ;
4479
4480
OTHER_SWIFT_FLAGS = "-D TRACE_RESOURCES -D DEBUG";
4480
4481
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvos appletvsimulator watchos watchsimulator";
4481
4482
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
4541
4542
MACH_O_TYPE = mh_dylib;
4542
4543
MACOSX_DEPLOYMENT_TARGET = 10.9;
4543
4544
MTL_ENABLE_DEBUG_INFO = NO;
4545
+ ONLY_ACTIVE_ARCH = NO;
4544
4546
OTHER_SWIFT_FLAGS = "-D RELEASE";
4545
4547
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvos appletvsimulator watchos watchsimulator";
4546
4548
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
You can’t perform that action at this time.
0 commit comments