update TODO: static linking sort of works
This commit is contained in:
parent
df6fd04aaf
commit
aea2b53123
1 changed files with 4 additions and 1 deletions
5
TODO
5
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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue