From acc8659064e54f16a1265cda642c57748cc3ecd8 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Mon, 14 Oct 2019 16:12:47 -0300 Subject: [PATCH] README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a41db375..227fd107 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ You can change some application settings via environment variables or arguments - If [**aria2**](https://github.com/aria2/aria2) is installed on your system and multi-threaded downloads are enabled ( see **BAUH_DOWNLOAD_MULTITHREAD** ), the source packages will be pre-downloaded faster ( it does **NOT** modify your **pacman** settings ). - Automatically makes simple package compilation improvements: + a) if **MAKEFLAGS** is not set in **/etc/makepkg.conf** and **~/.makepkg.conf** does not exist, then a copy of **/etc/makepkg.conf** will be generated at **~/.makepkg.conf** defining MAKEFLAGS to work with the number of your machine processors (**-j${nproc}**).