From b09152695321f6876570dbe5b0edd72bf1c455f4 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 16 May 2019 11:10:30 +0300 Subject: [PATCH] docs: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24e1403a..cfb18204 100644 --- a/README.md +++ b/README.md @@ -195,4 +195,4 @@ The `post-install` file should contain any steps required directly after the pac ### How do I change compiler options globally? -All you need to do is define `CFLAGS` in your environment. Either give it to `puke` directly (`CFLAGS=-O3 ./puke build zlib`) or set it in your shell's RC file. +All you need to do is define `CFLAGS`, `MAKEFLAGS` or equivalent in your environment. Either give it to `puke` directly (`CFLAGS=-O3 MAKEFLAGS=-j4 ./puke build zlib`) or set it in your shell's RC file.