Skip to content
Permalink
Browse files
Cleanup .jrubyrc
* Remove invoked dynamic, it slows down Ruby.
* Remove ObjectSpace which slows down JRuby, we use inheritance now.
* Remove the compat version 9K is Ruby2 by default.
  • Loading branch information
Jordon Bedwell committed Jan 10, 2016
1 parent e888375 commit e192588
Showing 1 changed file with 0 additions and 3 deletions.
@@ -1,6 +1,3 @@
backtrace.mask=true
compile.invokedynamic=true
objectspace.enabled=true
backtrace.color=true
compat.version=2.2
backtrace.style=mri

0 comments on commit e192588

Please sign in to comment.