Fixed iglupkg.sh

This commit is contained in:
Ella-0 2021-02-09 15:57:42 +00:00
parent 3dc6a96584
commit d789835fa3

View file

@ -1,11 +1,11 @@
#!/bin/sh
export JOBS="16"
export JOBS="64"
export RUSTFLAGS="-C target-feature=-crt-static"
export CC=clang
export CXX=clang++
stat /etc/lazypkg.conf > /dev/null 2> /dev/null || . /etc/lazypkg.conf
stat /etc/lazypkg.conf > /dev/null 2> /dev/null && . /etc/lazypkg.conf
export SAMUFLAGS=-j$JOBS
export MAKEFLAGS=-j$JOBS