Skip to content

Commit 0e3333d

Browse files
authored
docs(readme):staticLib (#486)
1 parent f365073 commit 0e3333d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)