aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index 16ffac51..e7983564 100644
--- a/README.md
+++ b/README.md
@@ -130,14 +130,6 @@ tomo -t foo.tm
# Outputs: foo.tm.h foo.tm.c
```
-Tomo uses the environment variables (`$CC`, `$VERBOSE`, and `$AUTOFMT`), which
-control the compilation/running behavior of Tomo. The default behavior is to
-use `tcc` (Tiny C Compiler) for fast compilation, `VERBOSE=0`, and
-`AUTOFMT='indent -kr -l100 -nbbo -nut -sob'` for autoformatting generated code.
-Any of these variables may be overridden, e.g. `CC=gcc VERBOSE=1 AUTOFMT= tomo
-foo.tm` (compile with GCC and verbose compiler output without autoformatting
-the code).
-
## Installing
```