Ignore:
Timestamp:
Jul 9, 2020, 8:51:43 AM (4 years ago)
Author:
coas-nagasima
Message:

mrubyを2.1.1に更新

Location:
EcnlProtoTool/trunk/mruby-2.1.1
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/mruby-2.1.1/travis_config.rb

    r321 r439  
    1 MRuby::Build.new('debug') do |conf|
     1MRuby::Build.new('full-debug') do |conf|
    22  toolchain :gcc
    33  enable_debug
     
    66  conf.gembox 'full-core'
    77  conf.cc.flags += %w(-Werror=declaration-after-statement)
    8   conf.compilers.each do |c|
    9     c.defines += %w(MRB_GC_STRESS MRB_GC_FIXED_ARENA)
    10   end
    11 
    12   build_mrbc_exec
    13 end
    14 
    15 MRuby::Build.new('full-debug') do |conf|
    16   toolchain :gcc
    17   enable_debug
    18 
    19   # include all core GEMs
    20   conf.gembox 'full-core'
    21   conf.cc.defines = %w(MRB_ENABLE_DEBUG_HOOK)
     8  conf.cc.defines += %w(MRB_GC_STRESS MRB_METHOD_CACHE MRB_ENABLE_DEBUG_HOOK)
    229
    2310  conf.enable_test
     
    4128
    4229  conf.gembox 'full-core'
    43   conf.cc.flags += %w(-Werror=declaration-after-statement)
     30  conf.cc.flags += %w(-fpermissive)
    4431  conf.compilers.each do |c|
    4532    c.defines += %w(MRB_GC_FIXED_ARENA)
Note: See TracChangeset for help on using the changeset viewer.