1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 11:50:05 +08:00
SpaceVim/bundle/xmake.vim/rplugin/python3/deoplete/sources/docs/set_strip
2023-03-28 12:14:51 +08:00

5 lines
141 B
Plaintext
Vendored
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

set the mode of strip:
* debug - 链接的时候strip掉调试符号
* all - 链接的时候strip掉所有符号包括调试符号