dynamic setting of makeflags

This commit is contained in:
Joel Mathew Thomas
2024-08-16 21:52:32 +05:30
parent eaea2b7612
commit 20c5e59c78
+1 -1
View File
@@ -75,7 +75,7 @@ alias fast='wget -O /dev/null http://speedtest.tele2.net/10GB.zip'
# Exports
export PATH="/usr/lib/ccache/bin:/home/$(whoami)/.local/bin/:$PATH"
export MAKEFLAGS='-j3 -l2'
export MAKEFLAGS="-j$(( $(nproc) + 1 )) -l$(nproc)"
# Shell integrations
eval "$(fzf --zsh)"