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

9 lines
190 B
Plaintext
Vendored

set the level of optimize:
* none 禁用优化
* fast 快速优化
* faster 更快的优化
* fastest 最快运行速度的优化
* smallest 最小化代码优化
* aggressive 过度优化