source: EcnlProtoTool/trunk/mruby-1.2.0/benchmark/build_config_cc.rb@ 286

Last change on this file since 286 was 279, checked in by coas-nagasima, 7 years ago

ファイルを追加、更新。

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-ruby
File size: 212 bytes
Line 
1MRuby::Build.new do |conf|
2 toolchain :gcc
3end
4
5MRuby::Build.new('gcc') do |conf|
6 toolchain :gcc
7 conf.gembox 'default'
8end
9
10MRuby::Build.new('clang') do |conf|
11 toolchain :clang
12 conf.gembox 'default'
13end
Note: See TracBrowser for help on using the repository browser.