1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 03:55:58 +02:00

Remove -p and -i from c++filt.

This commit is contained in:
Ryan Dahl 2017-11-29 15:00:36 -05:00 committed by GitHub
parent 76a32d8cc6
commit 06d7efad8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,4 @@
- Demangle C++ symbols:
`nm {{file.o}} | c++filt -p -i`
`nm {{file.o}} | c++filt`