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

  # include the default GEMs
  conf.gembox 'default'

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