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