summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreyson Christoforo2021-05-21 10:58:13 +0100
committerGreyson Christoforo2021-05-21 10:58:13 +0100
commit0f7e5a7b1e931323771b1fb75793b90d3224c6f3 (patch)
tree6cb77d9edf79a9e8bd543c368e0a9be425c21b81 /PKGBUILD
parent264879ac55951ee70c77502cc5d85559ae323126 (diff)
downloadaur-0f7e5a7b1e931323771b1fb75793b90d3224c6f3.tar.gz
build with fewer threaeds to reduce memory pressure
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5dbf83a35cf3..237327d1957c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,6 @@ cmake
python-logzero
python-tqdm
python-toposort
-python-cymbal
python-schema
rapidjson
python-jinja
@@ -88,7 +87,7 @@ build() {
-D OPENCASCADE_INCLUDE_DIR=opencascade \
-D CMAKE_BUILD_TYPE=None
- cmake --build build_dir
+ cmake --build build_dir -- -j4
msg2 "OCP build done."
}