mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Optional canned symtab inclusion to the build. When option CONFIG_LIBC_SYMTAB is selected and symbol table file libc/symtab/canned_symtab.inc is prepared then application can use system provided complete symbol table. The option has substantial effect on system image size. Mainly code/text. If loading of applications at runtime is not planned do not select this. From Pavel Pisa.
This commit is contained in:
@@ -1513,6 +1513,8 @@ nuttx/
|
||||
|- lib/
|
||||
| `- README.txt
|
||||
|- libc/
|
||||
| |- symtab/
|
||||
| | `- README.txt
|
||||
| `- README.txt
|
||||
|- libnx/
|
||||
| `- README.txt
|
||||
|
||||
Reference in New Issue
Block a user