mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 9.1.0519: MS-Windows: libvterm compilation can be optimized
Problem: MS-Windows: libvterm compilation can be optimized Solution: Enable batch inference for libvterm (Ken Takata) Enable batch inference for libvterm by using $(OBJDIR)/libvterm as the object directory. This should make the compilation process a bit faster. closes: #15118 Signed-off-by: Ken Takata <kentkt@csc.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
9987fe8ca0
commit
9554ace1d9
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
519,
|
||||
/**/
|
||||
518,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user