Remove type checking performance debugging flags

This commit is contained in:
Tony Arnold 2018-11-05 14:35:46 +11:00 committed by Krunoslav Zaher
parent cf346cbe0c
commit 67ae8066c1

View File

@ -4294,7 +4294,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.9;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "-D TRACE_RESOURCES -D DEBUG -Xfrontend -debug-time-function-bodies -Xfrontend -warn-long-expression-type-checking=100 -Xfrontend -warn-long-function-bodies=100";
OTHER_SWIFT_FLAGS = "-D TRACE_RESOURCES -D DEBUG";
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvos appletvsimulator watchos watchsimulator";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;