summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-01-23 14:25:54 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-01-23 14:25:54 +0900
commit92570a96b0a047572ad45690f6e6bef279677ea5 (patch)
treecef35f587c8a9980a17c46a23c63ac826a518044
parent68f33d220bebea4096f9ccf512ea9b677e6de585 (diff)
downloadmruby-92570a96b0a047572ad45690f6e6bef279677ea5.tar.gz
mruby-92570a96b0a047572ad45690f6e6bef279677ea5.zip
add enable_debug to build_config.rb
-rw-r--r--build_config.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_config.rb b/build_config.rb
index 83dc01940..85d94df14 100644
--- a/build_config.rb
+++ b/build_config.rb
@@ -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|