Size of executable files gets too large with SDK v53.20

Have a question about our Software Developer Kit? Ask them here.
kas1e
Beta Tester
Beta Tester
Posts: 542
Joined: Sat Jun 18, 2011 7:56 am
Contact:

Re: Size of executable files gets too large with SDK v53.20

Post by kas1e »

I don't use commands like that, I use makefiles with separate option strings for the compile and link commands.
Just try "gcc -N hello.c -o hello" and "gcc hello.c -o hello", is there any differences in the size ? If yes, and you still dunno where put it to makefile, upload your makefile somethere. Its usuall switch, does not matter if it right first one, or in the middle or anything like that. Maybe you use a lot of other switches which somehow make some sense, or dunno what. Need invistigate, checks with simple test-case firstly and so on.
Post Reply