From aea2b53123b987a14d99126be22947ebda455082 Mon Sep 17 00:00:00 2001 From: noneofyourbusiness Date: Sun, 30 Oct 2022 13:05:26 +0100 Subject: [PATCH] update TODO: static linking sort of works --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index d810088d..2855a649 100644 --- a/TODO +++ b/TODO @@ -33,7 +33,10 @@ Portability: Linking: -- static linking (-static) does not work +- static linking (-static) does sort of work + works with musl libc + glibc requires libc.so even when statically linked (very bad, but not + up to tcc) Bound checking: