From 79989a1dade019b89807ac808cb7856adec24e54 Mon Sep 17 00:00:00 2001 From: Louis Pontoise Date: Tue, 8 Sep 2020 01:56:51 +0900 Subject: [PATCH] refactor: increase perf warning value to reduce noise --- config/debug.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debug.xcconfig b/config/debug.xcconfig index 9108b4289..2dc13c6dc 100644 --- a/config/debug.xcconfig +++ b/config/debug.xcconfig @@ -5,5 +5,5 @@ CODE_SIGN_IDENTITY = Local Self-Signed SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG // for macro `#if DEBUG` -OTHER_SWIFT_FLAGS = -driver-time-compilation -Xfrontend -warn-long-function-bodies=150 -Xfrontend -warn-long-expression-type-checking=150 // find slow compilation areas +OTHER_SWIFT_FLAGS = -driver-time-compilation -Xfrontend -warn-long-function-bodies=250 -Xfrontend -warn-long-expression-type-checking=250 // find slow compilation areas OTHER_CODE_SIGN_FLAGS = --timestamp=none