From 7f173388ad4f8882592a5479b0d908b25d3f060b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 30 May 2020 10:48:12 +0200 Subject: [PATCH] readme: add missing ')' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cdef9ef..4c6f8b17 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,7 @@ note this: foot is a performance critical application that relies on compiler optimizations to perform well. In particular, with GCC 10.1, it is **very** important `-O3` is used -(and not e.g. `-O2` when doing a [PGO](#profile-guided-optimization) +(and not e.g. `-O2`) when doing a [PGO](#profile-guided-optimization) build.