From c9db7d35310030504e62e5e5d2afd264ea19a34a Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 16 Oct 2020 13:32:58 +0900 Subject: Use `conf.enable_debug`; close #5095 According to `doc/guides/compile.md`; thanks to @YunzheZJU --- target/host.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/host.rb b/target/host.rb index eb6e3c15f..1f655c1a0 100644 --- a/target/host.rb +++ b/target/host.rb @@ -80,7 +80,7 @@ MRuby::Build.new do |conf| # conf.file_separator = '/' # Turn on `enable_debug` for better debugging - enable_debug + conf.enable_debug conf.enable_bintest conf.enable_test end -- cgit v1.2.3