Skip to content

Commit

Permalink
Disable experimental compiler plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jan 20, 2020
1 parent 6a9062e commit 806f3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/create_codedb_cache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
require File.expand_path("../config/config.rb", __dir__)

class CodeDBCompiler
def self.compile(file, line=1, transforms=[:default, :kernel, :experimental])
def self.compile(file, line=1, transforms=[:default, :kernel])
compiler = Rubinius::ToolSets::Build::Compiler.new :file, :compiled_code

parser = compiler.parser
Expand Down

0 comments on commit 806f3be

Please sign in to comment.