Skip to content

Commit

Permalink
refactor: increase perf warning value to reduce noise
Browse files Browse the repository at this point in the history
  • Loading branch information
lwouis committed Sep 8, 2020
1 parent 6e2e5b4 commit 79989a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/debug.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 79989a1

Please sign in to comment.