diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-11-26 21:17:47 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-26 21:17:47 +0900 |
| commit | 521c16d738b3724657fed8c0c8aa3eb203008cdb (patch) | |
| tree | 139bd650ca90d6d8eb00fc47f566cbb03c1a0026 /doc | |
| parent | 7f5e257f77c40bef4023b41639d4188de27a5708 (diff) | |
| parent | 58ba883ee9a751268855dbe7bb336353204eaf91 (diff) | |
| download | mruby-521c16d738b3724657fed8c0c8aa3eb203008cdb.tar.gz mruby-521c16d738b3724657fed8c0c8aa3eb203008cdb.zip | |
Merge pull request #5194 from shuujii/create-presym-files-for-each-build-target
Create presym files for each build target
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guides/compile.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/guides/compile.md b/doc/guides/compile.md index 9ee56d4cf..f09050f9d 100644 --- a/doc/guides/compile.md +++ b/doc/guides/compile.md @@ -348,10 +348,6 @@ root directory. The structure of this directory will look like this: +- build | - +- presym <- List of preallocated symbolx - | - +- presym.inc <- C source file for preallocated symbols - | +- host | +- bin <- Binaries (mirb, mrbc and mruby) @@ -404,10 +400,6 @@ like this: +- build | - +- presym <- List of preallocated symbolx - | - +- presym.inc <- C source file for preallocated symbols - | +- host | | | +- bin <- Native Binaries |
