mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
minimal.rb: add minimal configuration; ref #1225
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
MRuby::CrossBuild.new('Minimal') do |conf|
|
||||
toolchain :gcc
|
||||
conf.cc.defines = %w(DISABLE_STDIO)
|
||||
conf.bins = []
|
||||
end
|
||||
Reference in New Issue
Block a user