Dear all,

I have a question with GCC compiler.
When I have a function that I don't need to compile, I use the options 
"-ffunction-sections -fdata-sections" and in the linker --gc-sections. That's 
ok, but if I have a sentence like this, inside that function: printf("text to 
print");,
I saw that in the code I have the string "text to print", and if I have more, 
more large is the code.

Somebody can tell me how to avoid this?

Best regards,

Paul


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to