diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-10-28 00:11:52 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-10-28 00:29:30 +0900 |
| commit | 3f9d00ded3ce987927d975f7ce70637a973de1fc (patch) | |
| tree | 5c0d2b72757d0e70628b5d1d5dceb976784ca369 | |
| parent | 4614b9d63204fec50684cfd755f462b82c022a02 (diff) | |
| download | mruby-3f9d00ded3ce987927d975f7ce70637a973de1fc.tar.gz mruby-3f9d00ded3ce987927d975f7ce70637a973de1fc.zip | |
comment out `bench` build from standard `build_config.rb`
| -rw-r--r-- | build_config.rb | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/build_config.rb b/build_config.rb index 8293092ab..1429837be 100644 --- a/build_config.rb +++ b/build_config.rb @@ -124,17 +124,17 @@ MRuby::Build.new('test') do |conf| conf.gembox 'default' end -MRuby::Build.new('bench') do |conf| - # Gets set by the VS command prompts. - if ENV['VisualStudioVersion'] || ENV['VSINSTALLDIR'] - toolchain :visualcpp - else - toolchain :gcc - conf.cc.flags << '-O3' - end - - conf.gembox 'default' -end +#MRuby::Build.new('bench') do |conf| +# # Gets set by the VS command prompts. +# if ENV['VisualStudioVersion'] || ENV['VSINSTALLDIR'] +# toolchain :visualcpp +# else +# toolchain :gcc +# conf.cc.flags << '-O3' +# end +# +# conf.gembox 'default' +#end # Define cross build settings # MRuby::CrossBuild.new('32bit') do |conf| @@ -148,5 +148,4 @@ end # conf.gem 'examples/mrbgems/c_and_ruby_extension_example' # # conf.test_runner.command = 'env' -# # end |
