source: EcnlProtoTool/trunk/mruby-1.3.0/benchmark/build_config_cc.rb@ 360

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

文字コードを設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-ruby;charset=UTF-8
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.