YCM-Generator
YCM-Generator copied to clipboard
test for generating configuration file for linux kernel is slow
I just run ~/.vim/plugged/YCM-Generator/config_gen.py . in the root of the linux kernel project, but after 4 mins, the make -i -j4 process is not finish. Why README says take ~ 10s to generate?
I use Mac OS X 10.11, and can generate configuration file for my small project.
I just run
~/.vim/plugged/YCM-Generator/config_gen.py .in the root of the linux kernel project, but after 4 mins, themake -i -j4process is not finish. Why README says take ~ 10s to generate?I use Mac OS X 10.11, and can generate configuration file for my small project.
It does take ~10s to generate .ycm_extra_conf.py after I "make menuconfig" in linux source code tree. Maybe you can try it too.