From 288ea360cbfe435a47fcb23fa199303bf0c6f2a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 21 Dec 2020 12:15:59 +0100 Subject: [PATCH] =?UTF-8?q?install:=20fix=20typo=20in=20=E2=80=98ninja?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 891882b4..f27cb475 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -162,7 +162,7 @@ To do a regular, non-PGO build optimized for performance: ```sh export CFLAGS="$CFLAGS -O3 -march=native" meson --buildtype=release --prefix=/usr -Db_lto=true ../.. -wninja +ninja ninja test ninja install ```