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 b8ea463 commit 00638e9Copy full SHA for 00638e9
project/Build.scala
@@ -17,6 +17,7 @@ object DottyBuild extends Build {
17
// "-agentpath:/home/dark/opt/yjp-2013-build-13072/bin/linux-x86-64/libyjpagent.so"
18
// "-agentpath:/Applications/YourKit_Java_Profiler_2015_build_15052.app/Contents/Resources/bin/mac/libyjpagent.jnilib",
19
// "-XX:+HeapDumpOnOutOfMemoryError", "-Xmx1g", "-Xss2m"
20
+ "-verbose:class"
21
)
22
23
val defaults = Defaults.coreDefaultSettings ++ Seq(
0 commit comments