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 241122e commit 8fd21f7Copy full SHA for 8fd21f7
compiler/src/dotty/tools/dotc/config/Config.scala
@@ -161,7 +161,7 @@ object Config {
161
final val showCompletions = false
162
163
/** If set, enables tracing */
164
- final val tracingEnabled = true
+ final val tracingEnabled = false
165
166
/** Initial capacity of uniques HashMap.
167
* Note: This MUST BE a power of two to work with util.HashSet
0 commit comments