Xmake Link Order

Use when fixing linker errors caused by symbol-order or circular-dependency issues in static libraries — `add_linkorders`, `add_linkgroups` (GNU ld `--start-group`/`--end-group`), whole-archive (`-Wl,--whole-archive`), weak linking, and library strip-off problems. Covers macOS, Linux, MSVC specifics.

xmake-io Updated

File contents

xmake-io/xmake-skills/tree/main/skills/project-config/xmake-link-order commit 0ca55f48f2

Frequently asked questions

npx skillmds@latest add xmake-io/xmake-link-order