Commit aa90ad57 authored by Zachary Scott's avatar Zachary Scott

Add default benchmark build config

parent 4f4fa0ad
...@@ -122,6 +122,14 @@ MRuby::Build.new('test') do |conf| ...@@ -122,6 +122,14 @@ MRuby::Build.new('test') do |conf|
conf.gembox 'default' conf.gembox 'default'
end end
MRuby::Build.new('bench') do |conf|
toolchain :gcc
conf.cc.flags << '-O3'
conf.gembox 'default'
end
# Define cross build settings # Define cross build settings
# MRuby::CrossBuild.new('32bit') do |conf| # MRuby::CrossBuild.new('32bit') do |conf|
# toolchain :gcc # toolchain :gcc
......
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