diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-05-14 23:39:56 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-05-14 23:39:56 +0900 |
| commit | 95fb1fd809780e71848c339f8e3e035d1ae015d6 (patch) | |
| tree | 48d1f572b8c1cb25472bdb8c6b1a0c1d4ecc835f /build_config.rb | |
| parent | 7cc66cf819beb5398d6fd40711373f9cfe79b77a (diff) | |
| download | mruby-95fb1fd809780e71848c339f8e3e035d1ae015d6.tar.gz mruby-95fb1fd809780e71848c339f8e3e035d1ae015d6.zip | |
mrbc to take multiple files, preserving debug information if -g given; close #1243
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb index 75c3520ea..8367f4ca5 100644 --- a/build_config.rb +++ b/build_config.rb @@ -27,7 +27,7 @@ MRuby::Build.new do |conf| # mrbc settings # conf.mrbc do |mrbc| - # mrbc.compile_options = "-g -B%{funcname} -o- -" # The -g option is required for line numbers + # mrbc.compile_options = "-g -B%{funcname} -o-" # The -g option is required for line numbers # end # Linker settings |
