mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
comment out bench build from standard build_config.rb
This commit is contained in:
+11
-12
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user