add enable_debug to build_config.rb

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-01-23 14:25:54 +09:00
parent 68f33d220b
commit 92570a96b0
+2
View File
@@ -8,6 +8,8 @@ MRuby::Build.new do |conf|
toolchain :gcc
end
enable_debug
# Use mrbgems
# conf.gem 'examples/mrbgems/ruby_extension_example'
# conf.gem 'examples/mrbgems/c_extension_example' do |g|