From 00f1520f047a0a2927bbdb480aa5144fb7d018fc Mon Sep 17 00:00:00 2001 From: luoliwoshang <2643523683@qq.com> Date: Mon, 30 Jun 2025 18:00:09 +0800 Subject: [PATCH] docs(readme):staticLib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5fe9c916..775014d6 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ The configuration file supports the following options: - `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. - `typeMap`: Custom name mapping from C types to Go types. - `symMap`: Custom name mapping from C function names to Go function names. +- `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). After creating the configuration file, run: