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

9 lines
190 B
Plaintext
Raw Normal View History

2023-03-28 12:14:51 +08:00
set the level of optimize:
* none 禁用优化
* fast 快速优化
* faster 更快的优化
* fastest 最快运行速度的优化
* smallest 最小化代码优化
* aggressive 过度优化