summaryrefslogtreecommitdiffhomepage
path: root/target/host-cxx.rb
blob: ae05e63c2dfc51e735d723cdf730475c9e3efa0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
MRuby::Build.new do |conf|
  toolchain :gcc

  enable_debug
  # include the default GEMs
  conf.gembox 'full-core'

  # C compiler settings
  conf.cc.defines = %w(MRB_ENABLE_DEBUG_HOOK)
  conf.enable_debug
  conf.enable_cxx_abi
  conf.enable_test
end