From 8258b7b5b3d5d27541e3ae537f49790e543b58ed Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 19 Nov 2020 12:52:55 +0900 Subject: Specify `conf` explicitly for `enable_debug`. --- build_config/host-m32.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_config/host-m32.rb b/build_config/host-m32.rb index c2b07137f..9e27a0792 100644 --- a/build_config/host-m32.rb +++ b/build_config/host-m32.rb @@ -9,7 +9,7 @@ MRuby::Build.new do |conf| conf.linker.flags << '-m32' # Turn on `enable_debug` for better debugging - enable_debug + conf.enable_debug conf.enable_test conf.enable_bintest end -- cgit v1.2.3