From e67b7064d7f770a9a80eb914a0134632d3a8b990 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sun, 15 Aug 2021 16:19:49 -0400 Subject: [PATCH] compilers.md: remove `tcc` as supported compiler. --- doc/compilers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/compilers.md b/doc/compilers.md index a6f2545..849817f 100644 --- a/doc/compilers.md +++ b/doc/compilers.md @@ -2,4 +2,5 @@ Tested and working with: - `gcc` - `clang` - `zig cc` -- `tcc` +Cannot compile one or more properly: +- `tcc`: A version of `ls` compiled by tcc fails to open any manually specified directories, even though it worked before. Needs more debugging to figure out the problem.