From dc20adfab374e5b153b2da97a5ae16cde6ad83f2 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 30 Sep 2015 16:02:43 -0400 Subject: [PATCH] Fixed typographical error, changed accross to across in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9d99a9e3..c9e1f62fd 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Then: CFLAGS="-O2 -Wall -march=native -std=gnu99" ./configure make -To compile a version that can be used accross machines, remove +To compile a version that can be used across machines, remove `-march=native`. To compile a debug version, replace `-O2` with `-ggdb`.