Commit 4e957798 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #3125 from zzak/default-benchmark-build-config

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