Turn off `enable_debug` flag in `build_config.rb` by default.

This will improve the default performance of mruby; fix #4045
parent 58d819f3
...@@ -8,7 +8,8 @@ MRuby::Build.new do |conf| ...@@ -8,7 +8,8 @@ MRuby::Build.new do |conf|
toolchain :gcc toolchain :gcc
end end
enable_debug # Turn on `enable_debug` for better debugging
# enable_debug
# Use mrbgems # Use mrbgems
# conf.gem 'examples/mrbgems/ruby_extension_example' # conf.gem 'examples/mrbgems/ruby_extension_example'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment