Compiling with gcc - leave out liberies
Posted: Thu May 09, 2002 11:00 pm
Hi all!!
Does anyone know the command to leave out c
standard liberies when compiling.
If I compile this code the binary file size becomes 1024.
int main(void)
{
repeat: goto repeat;
}
Does anyone know the command to leave out c
standard liberies when compiling.
If I compile this code the binary file size becomes 1024.
int main(void)
{
repeat: goto repeat;
}