aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-02-21 15:19:19 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-02-21 15:19:19 -0500
commita94337bc116faf10e233c422798e9af99dab6682 (patch)
treea55f74d65cd0255fdc13bf968a9477c1b9db3686 /README.md
parent794d236eb9b15e699c279b3703ec79d753267e82 (diff)
Deprecate autoformatter
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
```