From 6b4162e26a8cad1b53fecf93a8ef7cfa02e14c01 Mon Sep 17 00:00:00 2001 From: Brian E <72316548+Brian-ED@users.noreply.github.com> Date: Sat, 21 Sep 2024 15:09:01 +0100 Subject: [PATCH] Added missing newline between `nogit=1` and `CC=...` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc7886d5..cfe21ce5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ For native builds, targeted extensions are determined by `/proc/cpuinfo` (or `sy `notui=1` - display build progress in a plain-text format `version=...` - specify the version to report in `--version` (default is commit hash) -`nogit=1` - error if something attempts to use `git` +`nogit=1` - error if something attempts to use `git` `CC=...` - choose a different C compiler (default is `clang`, or `cc` if unavailable; CBQN is more tuned for clang, but gcc also works) `CXX=...` - choose a different C++ compiler; needed only for REPLXX (default is `c++`) `OUTPUT=path/to/somewhere` - change output location; for `emcc-o3` it will be the destination folder for `BQN.js` and `BQN.wasm`, for everything else - the filename