diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-05-14 06:49:41 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-05-14 06:49:41 -0700 |
| commit | 7cc66cf819beb5398d6fd40711373f9cfe79b77a (patch) | |
| tree | 1692d5e02a6c4584b5e7cd95696ddebad5bc88fe /build_config.rb | |
| parent | 17f10b05f2bb1c70dbc9fee06e16336ed264b098 (diff) | |
| parent | 87eb57b663fd564d81d59a3d79bae0bcf8ad43e0 (diff) | |
| download | mruby-7cc66cf819beb5398d6fd40711373f9cfe79b77a.tar.gz mruby-7cc66cf819beb5398d6fd40711373f9cfe79b77a.zip | |
Merge pull request #1252 from carsonmcdonald/fixfilenames
Fix for issue 1243
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build_config.rb b/build_config.rb index a6502ac86..75c3520ea 100644 --- a/build_config.rb +++ b/build_config.rb @@ -25,6 +25,11 @@ MRuby::Build.new do |conf| # cc.compile_options = "%{flags} -MMD -o %{outfile} -c %{infile}" # end + # mrbc settings + # conf.mrbc do |mrbc| + # mrbc.compile_options = "-g -B%{funcname} -o- -" # The -g option is required for line numbers + # end + # Linker settings # conf.linker do |linker| # linker.command = ENV['LD'] || 'gcc' |
