1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 15:10:04 +08:00
SpaceVim/bundle/xmake.vim/rplugin/python3/deoplete/sources/docs/set_strip

5 lines
141 B
Plaintext
Raw Normal View History

2023-03-28 12:14:51 +08:00
set the mode of strip:
* debug - 链接的时候strip掉调试符号
* all - 链接的时候strip掉所有符号包括调试符号