From 5f0bddd4718cb03a28022fb9356e1d13d81e44ae Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 2 May 2025 20:01:21 -0400 Subject: Deprecate --c-compiler flag, since builds compiled with different compilers won't play nice anyways --- docs/tomo.1.md | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'docs') 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` **, `--show-codegen` ** : 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. -- cgit v1.2.3