aboutsummaryrefslogtreecommitdiff
path: root/development/ispc
diff options
context:
space:
mode:
Diffstat (limited to 'development/ispc')
-rw-r--r--development/ispc/ispc.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/ispc/ispc.SlackBuild b/development/ispc/ispc.SlackBuild
index cbe6c1fae0..796b86afb3 100644
--- a/development/ispc/ispc.SlackBuild
+++ b/development/ispc/ispc.SlackBuild
@@ -102,7 +102,7 @@ cd build
-DISPC_STATIC_LINK=OFF \
-DISPCRT_BUILD_STATIC=OFF \
-DCMAKE_BUILD_TYPE=Release ..
- make
+ make -j1
make install/strip DESTDIR=$PKG
cd ..