YCM-Generator icon indicating copy to clipboard operation
YCM-Generator copied to clipboard

test for generating configuration file for linux kernel is slow

Open tgzhou98 opened this issue 7 years ago • 1 comments

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.

tgzhou98 avatar Jul 06 '18 16:07 tgzhou98

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.

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.

1bool avatar Oct 04 '18 16:10 1bool