fixes #25263; provides a new switch mangle:nim/cpp for debug name mangling (#25264)

fixes #25263

- [x] documentation and changelogs
This commit is contained in:
ringabout
2025-11-06 23:41:13 +08:00
committed by araq
parent 43ff7b1dc4
commit 116c220e3f
7 changed files with 215 additions and 3 deletions

View File

@@ -91,6 +91,7 @@ Advanced options:
--os:SYMBOL set the target operating system (cross-compilation)
--cpu:SYMBOL set the target processor (cross-compilation)
--debuginfo:on|off enables debug information
--mangle:nim|cpp selects `nim` or `cpp` style name mangling, defaults to `nim`
-t, --passC:OPTION pass an option to the C compiler
-l, --passL:OPTION pass an option to the linker
--cc:SYMBOL specify the C compiler