summaryrefslogtreecommitdiffhomepage
path: root/build_config/host-debug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'build_config/host-debug.rb')
-rw-r--r--build_config/host-debug.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config/host-debug.rb b/build_config/host-debug.rb
index e798278b9..9be1f6574 100644
--- a/build_config/host-debug.rb
+++ b/build_config/host-debug.rb
@@ -8,7 +8,7 @@ MRuby::Build.new('host') do |conf|
toolchain :gcc
end
- enable_debug
+ conf.enable_debug
# include the default GEMs
conf.gembox 'full-core'