mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
8 lines
135 B
Ruby
8 lines
135 B
Ruby
MRuby::Build.new do |conf|
|
|
toolchain :gcc
|
|
|
|
# include all core GEMs
|
|
conf.gembox 'full-core'
|
|
conf.cc.defines = %w(MRB_DEBUG)
|
|
end
|