You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The --no-strip-underscope flag is necessary on OS X so that symbols
listed by gcov get demangled properly.
From the c++filt man page: "On some systems, both the C and C++
compilers put an underscore in front of every name. For example, the
C name "foo" gets the low-level name "_foo". This option tells c++filt
not to remove the initial underscore. Whether c++filt removes the
underscore by default is target dependent."
Signed-off-by: Benoit Belley <[email protected]>
0 commit comments