# HG changeset patch # User Tony Theodore # Date 1356072794 -39600 # Node ID aa7aadddf4d77f9bb8b6e683ac6381e6cddf7e78 # Parent 3000e22eaf665a9544c23f3fbe37f6c386d9a047 package pcl: try parallel build first systems with smaller amounts of RAM will cause internal compiler errors and can safely continue with a non-parallel build. diff --git a/src/pcl.mk b/src/pcl.mk --- a/src/pcl.mk +++ b/src/pcl.mk @@ -34,5 +34,6 @@ -DBUILD_examples=OFF \ -DBUILD_global_tests=OFF \ -DBUILD_tools=OFF + $(MAKE) -C '$(1)' -j '$(JOBS)' VERBOSE=1 || $(MAKE) -C '$(1)' -j 1 VERBOSE=1 $(MAKE) -C '$(1)' -j 1 install VERBOSE=1 endef