Error when compiling with --link-libc=no
#1937
Labels
Additional info please
Further information is requested
--link-libc=no
#1937
Let’s say I have the following C3 program:
If I try to compile with
c3c compile main.c3
, it works as expected. However, I want to compile a statically-linked executable. But if I try to compile withc3c compile --link-libc=no main.c3
, I get the following error:The text was updated successfully, but these errors were encountered: