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/appveyor_config.rb

    r331 r439  
    1 MRuby::Build.new('debug') do |conf|
    2   toolchain :visualcpp
    3   enable_debug
    4 
    5   # include all core GEMs
    6   conf.gembox 'full-core'
    7   conf.compilers.each do |c|
    8     c.defines += %w(MRB_GC_STRESS MRB_GC_FIXED_ARENA)
    9   end
    10 
    11   build_mrbc_exec
    12 end
    13 
    141MRuby::Build.new('full-debug') do |conf|
    152  toolchain :visualcpp
     
    185  # include all core GEMs
    196  conf.gembox 'full-core'
    20   conf.cc.defines = %w(MRB_ENABLE_DEBUG_HOOK)
     7  conf.cc.defines += %w(MRB_GC_STRESS MRB_METHOD_CACHE MRB_ENABLE_DEBUG_HOOK)
    218
    229  conf.enable_test
Note: See TracChangeset for help on using the changeset viewer.