summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordzaima <dzaimagit@gmail.com>2021-09-09 16:59:47 +0300
committerdzaima <dzaimagit@gmail.com>2021-09-09 16:59:47 +0300
commitfded6996e682f6290263b687b53d0b59311c6f57 (patch)
tree938561d240e5d3a5170aa040b8a05b16b427740b /README.md
parenta6251ff3e74e5c9907e94245fe98b9f24e72c43c (diff)
squeeze & hash fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e523696e..3b3629b4 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Build & run (tl;dr: `make; rlwrap ./BQN`):
2. If wanted, customize settings in `src/h.h`
3. `make`
- Options: `make o3` (the default), `make debug` (more presets exist for more specific debugging)
- - `make CC=gcc` can be used to compile with gcc
+ - `make CC=gcc` can be used to compile with gcc. Otherwise, `clang` is used.
- Do `make clean` or `make t=[o3|debug|…] clean` beforehand to force recompile
- `make single-(o3|o3g|debug|c)` compile everything as a single translation unit and thus will compile slower, but allows specifying extra compiler arguments with `make f='…' single-…` and allows the compiler to optimize more
4. `./BQN` (or `rlwrap ./BQN` for a better REPL; see `./BQN --help` for more options)