Skip to content

Commit

Permalink
Build runtime with const_missing disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 7, 2013
1 parent b187b2c commit 2161520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -159,6 +159,7 @@ end
desc "Build opal.js and opal-parser.js to build/"
task :dist do
Opal::Processor.arity_check_enabled = false
Opal::Processor.const_missing_enabled = false

env = Opal::Environment.new

Expand Down

0 comments on commit 2161520

Please sign in to comment.