aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-05-02 20:01:21 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-05-02 20:01:21 -0400
commit5f0bddd4718cb03a28022fb9356e1d13d81e44ae (patch)
treed44e1d57c81d837060b286edfdc467aa12bc7132 /docs
parentad9ac26155ab199c082a675811ece734fe70bce3 (diff)
Deprecate --c-compiler flag, since builds compiled with different
compilers won't play nice anyways
Diffstat (limited to 'docs')
-rw-r--r--docs/tomo.1.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/tomo.1.md b/docs/tomo.1.md
index 29d9414f..c77e91cf 100644
--- a/docs/tomo.1.md
+++ b/docs/tomo.1.md
@@ -53,9 +53,6 @@ C code, which is then compiled using a C compiler of your choice.
`-C` *<program>*, `--show-codegen` *<program>*
: Set a program (e.g. `cat` or `bat`) to display the generated code
-`--c-compiler`
-: Set which C compiler is used.
-
`-O` **level**, `--optimization` **level**
: Set the optimization level.
@@ -67,10 +64,3 @@ C code, which is then compiled using a C compiler of your choice.
`-r`, `--run`
: Run an installed tomo program from `~/.local/share/tomo/installed`.
-
-## ENVIRONMENT VARIABLES
-
-Some options can be configured by setting environment variables.
-
-`CC=`*c-compiler*
-: Set which C compiler is used.