summaryrefslogtreecommitdiffhomepage
path: root/target
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-10-16 13:32:58 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-16 13:32:58 +0900
commitc9db7d35310030504e62e5e5d2afd264ea19a34a (patch)
tree4ce933145c67a87c1c4c9f55f0fcbbb6099ec9f0 /target
parent045761390d6a81ebe7038c11f4cd1395b5bed61b (diff)
downloadmruby-c9db7d35310030504e62e5e5d2afd264ea19a34a.tar.gz
mruby-c9db7d35310030504e62e5e5d2afd264ea19a34a.zip
Use `conf.enable_debug`; close #5095
According to `doc/guides/compile.md`; thanks to @YunzheZJU
Diffstat (limited to 'target')
-rw-r--r--target/host.rb2
1 files changed, 1 insertions, 1 deletions
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