From 11ea06c71dbe4dcb70d8dc2152995fd65561ac20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 14 Nov 2020 14:12:22 +0100 Subject: [PATCH] install: simplify sentence --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index df56d73a..71649014 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -130,7 +130,7 @@ mkdir -p bld/release && cd bld/release export CFLAGS="$CFLAGS -O3 -march=native" meson --buildtype=release --prefix=/usr -Db_lto=true ../.. ``` -Both `-O3` (in `CFLAGS`) and `-Db_lto=true` are **highly** recommended. +Both `-O3` and `-Db_lto=true` are **highly** recommended. For performance reasons, I strongly recommend doing a [PGO](#profile-guided-optimization) (Profile Guided Optimization)