Fixed iglupkg.sh
This commit is contained in:
parent
3dc6a96584
commit
d789835fa3
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export JOBS="16"
|
export JOBS="64"
|
||||||
|
|
||||||
export RUSTFLAGS="-C target-feature=-crt-static"
|
export RUSTFLAGS="-C target-feature=-crt-static"
|
||||||
export CC=clang
|
export CC=clang
|
||||||
export CXX=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 SAMUFLAGS=-j$JOBS
|
||||||
export MAKEFLAGS=-j$JOBS
|
export MAKEFLAGS=-j$JOBS
|
||||||
|
|
Loading…
Reference in a new issue