diff options
| -rw-r--r-- | build_config/host-m32.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
