mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
build: build luajit in parallel (#22327)
Add -j flag to the make command for luajit. Cuts down dependency build time by 40% when using the Ninja generator.
This commit is contained in:
parent
15cce77b38
commit
a601d03112
@ -48,7 +48,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
|
||||
else()
|
||||
set(AMD64_ABI "")
|
||||
endif()
|
||||
set(BUILDCMD_UNIX ${MAKE_PRG} CFLAGS=-fPIC
|
||||
set(BUILDCMD_UNIX ${MAKE_PRG} -j CFLAGS=-fPIC
|
||||
CFLAGS+=-DLUA_USE_APICHECK
|
||||
CFLAGS+=-funwind-tables
|
||||
${NO_STACK_CHECK}
|
||||
|
Loading…
Reference in New Issue
Block a user