From 54cd2623b3c93c26d5496e6b5c546c99639b3d3b Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 19 Jun 2018 17:17:24 +0900 Subject: Turn off `enable_debug` flag in `build_config.rb` by default. This will improve the default performance of mruby; fix #4045 --- build_config.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_config.rb b/build_config.rb index 1429837be..7f52b5ee9 100644 --- a/build_config.rb +++ b/build_config.rb @@ -8,7 +8,8 @@ MRuby::Build.new do |conf| toolchain :gcc end - enable_debug + # Turn on `enable_debug` for better debugging + # enable_debug # Use mrbgems # conf.gem 'examples/mrbgems/ruby_extension_example' -- cgit v1.2.3