comment out `bench` build from standard `build_config.rb`

parent 4614b9d6
...@@ -124,17 +124,17 @@ MRuby::Build.new('test') do |conf| ...@@ -124,17 +124,17 @@ MRuby::Build.new('test') do |conf|
conf.gembox 'default' conf.gembox 'default'
end end
MRuby::Build.new('bench') do |conf| #MRuby::Build.new('bench') do |conf|
# Gets set by the VS command prompts. # # Gets set by the VS command prompts.
if ENV['VisualStudioVersion'] || ENV['VSINSTALLDIR'] # if ENV['VisualStudioVersion'] || ENV['VSINSTALLDIR']
toolchain :visualcpp # toolchain :visualcpp
else # else
toolchain :gcc # toolchain :gcc
conf.cc.flags << '-O3' # conf.cc.flags << '-O3'
end # end
#
conf.gembox 'default' # conf.gembox 'default'
end #end
# Define cross build settings # Define cross build settings
# MRuby::CrossBuild.new('32bit') do |conf| # MRuby::CrossBuild.new('32bit') do |conf|
...@@ -148,5 +148,4 @@ end ...@@ -148,5 +148,4 @@ end
# conf.gem 'examples/mrbgems/c_and_ruby_extension_example' # conf.gem 'examples/mrbgems/c_and_ruby_extension_example'
# #
# conf.test_runner.command = 'env' # conf.test_runner.command = 'env'
#
# end # end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment