From cb64508968a6e813cafc7086a341f1bb852c2733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 2 Oct 2021 15:23:11 +0200 Subject: [PATCH] =?UTF-8?q?pkgbuild:=20mention=20that=20=E2=80=9Cpartial?= =?UTF-8?q?=E2=80=9D=20produces=20a=20slower=20binary=20than=20=E2=80=9Cfu?= =?UTF-8?q?ll=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 33a03cd3..1f46452a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,7 +17,9 @@ # optimized) foot build. # # - partial: run a “partial” PGO build. This requires neither a -# running Wayland session, nor an installed Wayland compositor. +# running Wayland session, nor an installed Wayland compositor, but +# the resulting binary is slower compared to “full” PGO builds +# (though still faster than regular release builds). # # Note that “full-*” (which “auto” will prefer) requires an UTF-8 # locale. Either make sure LC_CTYPE is set to an UTF-8 locale, or do a