From 82d9fd92194c72a9ec9df1ce2907caa2fca91e98 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 43655b81..9b057080 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -177,7 +177,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 ```