cmake VOM: j factor chosen based on number of cores
Change-Id: If1c27359cd93f6de6da9a93c3573997a51201959 Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:

committed by
Damjan Marion

parent
5beecec076
commit
255299c265
@@ -39,5 +39,6 @@ vom_configure = \
|
||||
cd $(PACKAGE_BUILD_DIR) && \
|
||||
$(CMAKE) -G Ninja $(vom_cmake_args) $(call find_source_fn,$(PACKAGE_SOURCE))$(PACKAGE_SUBDIR)
|
||||
|
||||
vom_build = $(CMAKE) --build $(PACKAGE_BUILD_DIR) -- -j 8
|
||||
vom_build = $(CMAKE) --build $(PACKAGE_BUILD_DIR) -- $(MAKE_PARALLEL_FLAGS)
|
||||
|
||||
vom_install = $(CMAKE) --build $(PACKAGE_BUILD_DIR) -- install
|
||||
|
Reference in New Issue
Block a user