update TODO: static linking sort of works

This commit is contained in:
noneofyourbusiness 2022-10-30 13:05:26 +01:00
parent df6fd04aaf
commit aea2b53123
No known key found for this signature in database
GPG Key ID: FF810A8659912F5A

5
TODO
View File

@ -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: