fixes #25338; Switch default mangling back to cpp (#25343)

fixes #25338

(cherry picked from commit ed8e5a7754)
This commit is contained in:
ringabout
2025-12-09 14:16:08 +08:00
committed by narimiran
parent 45f1b92b72
commit b3ecf7dbef
4 changed files with 4 additions and 4 deletions

View File

@@ -90,7 +90,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`
--mangle:nim|cpp selects `nim` or `cpp` style name mangling, defaults to `cpp`
-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