summaryrefslogtreecommitdiffhomepage
path: root/build_config/ArduinoDue.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-11-22 22:54:21 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-11-22 22:54:21 +0900
commit39a11f323e26879d1101e31859ddb20068f12d56 (patch)
tree1cf99dda98e7c7603eec73a07af869ca21ea8257 /build_config/ArduinoDue.rb
parentabdd006df32aa12bef7f1819edfed3209e379e36 (diff)
downloadmruby-39a11f323e26879d1101e31859ddb20068f12d56.tar.gz
mruby-39a11f323e26879d1101e31859ddb20068f12d56.zip
Remove `mrb_str_buf_new()` and `MRB_STR_BUF_MIN_SIZE`; close #5171
Diffstat (limited to 'build_config/ArduinoDue.rb')
-rw-r--r--build_config/ArduinoDue.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_config/ArduinoDue.rb b/build_config/ArduinoDue.rb
index 6693efa29..a5d6102c0 100644
--- a/build_config/ArduinoDue.rb
+++ b/build_config/ArduinoDue.rb
@@ -31,7 +31,6 @@ MRuby::CrossBuild.new("ArduinoDue") do |conf|
#configuration for low memory environment
cc.defines << %w(MRB_HEAP_PAGE_SIZE=64)
cc.defines << %w(KHASH_DEFAULT_SIZE=8)
- cc.defines << %w(MRB_STR_BUF_MIN_SIZE=20)
cc.defines << %w(MRB_GC_STRESS)
#cc.defines << %w(MRB_NO_STDIO) #if you dont need stdio.
#cc.defines << %w(POOL_PAGE_SIZE=1000) #effective only for use with mruby-eval