Skip to content

Commit

Permalink
fix: update options applied by the ruby plugin.
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Valdespino <dvaldespino00@gmail.com>
  • Loading branch information
darvld committed Sep 27, 2023
1 parent 3a4a712 commit 5df7c42
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,22 @@ import elide.runtime.plugins.llvm.LLVM
"ruby.platform-native",
"ruby.polyglot-stdio",
"ruby.rubygems",
"ruby.lazy-default",
"ruby.lazy-builtins",
"ruby.lazy-calltargets",
"ruby.lazy-rubygems",
"ruby.lazy-translation-core",
"ruby.lazy-translation-user",
"ruby.shared-objects",
"ruby.experimental-engine-caching",
)

builder.disableOptions(
"ruby.virtual-thread-fibers",
"ruby.cexts",
)

builder.option("log.level", "OFF")
}

public companion object Plugin : AbstractLanguagePlugin<RubyConfig, Ruby>() {
Expand Down

0 comments on commit 5df7c42

Please sign in to comment.