Skip to content

Commit 00f1520

Browse files
committed
docs(readme):staticLib
1 parent 6f960e7 commit 00f1520

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The configuration file supports the following options:
6363
- `mix`: Set to true when package header files are mixed with other header files in the same directory. In this mode, only files explicitly listed in `include` are processed as package files.
6464
- `typeMap`: Custom name mapping from C types to Go types.
6565
- `symMap`: Custom name mapping from C function names to Go function names.
66+
- `staticLib`: Set to true to enable static library symbol reading instead of dynamic library linking. When enabled, llcppg will read symbols from static libraries (.a files) rather than dynamic libraries (.so/.dylib files).
6667

6768
After creating the configuration file, run:
6869

0 commit comments

Comments
 (0)