We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0343caa commit b1d8894Copy full SHA for b1d8894
components/mruby/build_config.rb
@@ -40,6 +40,8 @@
40
cc.defines << %w(MRB_STR_BUF_MIN_SIZE=20)
41
cc.defines << %w(MRB_GC_STRESS)
42
cc.defines << %w(POOL_PAGE_SIZE=256)
43
+ cc.defines << %w(MRB_NO_BOXING)
44
+ cc.defines << %w(MRB_USE_METHOD_T_STRUCT)
45
end
46
47
conf.cxx do |cxx|
main/component.mk
@@ -1 +1,2 @@
1
COMPONENT_DEPENDS = mruby
2
+CFLAGS += -DMRB_NO_BOXING
0 commit comments