mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-26 01:04:00 +00:00
Dont mangle when targeting cpp (#23335)
Unfortunately we cant trick the debugger when targeting C++ so this one also needs to wait for our own debugger adapter.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
targets: "c cpp"
|
||||
targets: "c"
|
||||
matrix: "--debugger:native"
|
||||
ccodecheck: "'_ZN14titaniummangle8testFuncE'"
|
||||
ccodecheck: "'_ZN14titaniummangle8testFuncE6stringN14titaniummangle3FooE'"
|
||||
|
||||
Reference in New Issue
Block a user