diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-01-23 14:25:54 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-01-23 14:25:54 +0900 |
| commit | 92570a96b0a047572ad45690f6e6bef279677ea5 (patch) | |
| tree | cef35f587c8a9980a17c46a23c63ac826a518044 | |
| parent | 68f33d220bebea4096f9ccf512ea9b677e6de585 (diff) | |
| download | mruby-92570a96b0a047572ad45690f6e6bef279677ea5.tar.gz mruby-92570a96b0a047572ad45690f6e6bef279677ea5.zip | |
add enable_debug to build_config.rb
| -rw-r--r-- | build_config.rb | 2 |
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| |
