We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8098c3 commit f49250aCopy full SHA for f49250a
1 file changed
config/debug.xcconfig
@@ -7,6 +7,7 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG // for macro `#if DEBUG`
7
OTHER_SWIFT_FLAGS = -driver-time-compilation -Xfrontend -warn-long-function-bodies=250 -Xfrontend -warn-long-expression-type-checking=250 // find slow compilation areas
8
OTHER_CODE_SIGN_FLAGS = --timestamp=none
9
SWIFT_COMPILATION_MODE = incremental
10
+ENABLE_DEBUG_DYLIB = NO // skip the debug dylib loader (we don't use SwiftUI Previews); silences [PreviewsAgentExecutorLibrary] startup chatter
11
12
// Per-developer overrides (CODE_SIGN_IDENTITY, APPCENTER_SECRET, DOMAIN, API_DOMAIN, …).
13
#include? "local.xcconfig"
0 commit comments