Specify `conf` explicitly for `enable_debug`.

parent 1974aa0f
...@@ -9,7 +9,7 @@ MRuby::Build.new do |conf| ...@@ -9,7 +9,7 @@ MRuby::Build.new do |conf|
conf.linker.flags << '-m32' conf.linker.flags << '-m32'
# Turn on `enable_debug` for better debugging # Turn on `enable_debug` for better debugging
enable_debug conf.enable_debug
conf.enable_test conf.enable_test
conf.enable_bintest conf.enable_bintest
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment