diff options
| author | KOBAYASHI Shuji <[email protected]> | 2020-11-26 18:43:40 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2020-11-26 19:05:07 +0900 |
| commit | 58ba883ee9a751268855dbe7bb336353204eaf91 (patch) | |
| tree | 59b65bd7298f0835806e9a1adb29ed9f88f36b18 /doc/guides | |
| parent | 79af3f30b4a138d73adc13dff4cda5ec95d8f438 (diff) | |
| download | mruby-58ba883ee9a751268855dbe7bb336353204eaf91.tar.gz mruby-58ba883ee9a751268855dbe7bb336353204eaf91.zip | |
Create presym files for each build target
Previously, presym files were always created in `build/{presym,presym.inc}`.
However, this constraint is inconvenient because it is common to use
multiple build configurations and build targets in a single mruby tree.
Therefore, change to create presym file for each build target.
Diffstat (limited to 'doc/guides')
| -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 |
