Shatur / neovim-cmake

CMake integration for Neovim
GNU General Public License v3.0
87 stars 19 forks source link

Allow configuraltion of build arguments #5

Closed csy19960309 closed 3 years ago

csy19960309 commented 3 years ago

Describe the problem or limitation you are having The compiling is slow and I want it to speed up.

Describe the solution you'd like Make it possible to add build arguments such as "-j8" when building.

Describe alternatives you've considered Use vscode-CMakeTools instead.

Additional context None.

Shatur commented 3 years ago

I'll add configuration for the build arguments, but for now you can use the MAKEFLAGS environment variable as I do.

csy19960309 commented 3 years ago

I'll add configuration for the build arguments, but for now you can use the MAKEFLAGS environment variable as I do.

Thanks for the work.