diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-28 15:47:51 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-28 15:47:51 +0900 |
| commit | 1e009061f8a4b051e363ac8b8854e73308bd56c5 (patch) | |
| tree | 6c5d0495d24103c6052478662b8f88db0b347cfe /doc/guides/compile.md | |
| parent | 4063af90e2964a1102b0608bab2c563c2010b79a (diff) | |
| download | mruby-1e009061f8a4b051e363ac8b8854e73308bd56c5.tar.gz mruby-1e009061f8a4b051e363ac8b8854e73308bd56c5.zip | |
Describe disabling preallocated symbols in the doc.
Diffstat (limited to 'doc/guides/compile.md')
| -rw-r--r-- | doc/guides/compile.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/guides/compile.md b/doc/guides/compile.md index 3a6551f53..a8e35b65c 100644 --- a/doc/guides/compile.md +++ b/doc/guides/compile.md @@ -226,6 +226,15 @@ conf.exts do |exts| end ``` +### Preallocated Symbols + +By far, preallocate symbols are highly compatible with the previous versions, so +we expect you won't see any problem with them. But just in case you face any +issue, you can disable preallocated symbols by specifying `conf.disable_presym`. + +In the build process, `mrbc` under cross compiling environment will be compiled +with this configuration. + ### Mrbgems `mruby` comes with the (sort of) packaging system named `mrbgems`. To |
