Hello,
I have created a static library in order to make a test.
When I open my library into and hexadecimal editor, I can see informations like this:
C:\Documents and Settings\xxx\Desktop\PellesCStaticLibrary\output\main.obj
C:\Documents and Settings\xxx\Desktop\PellesCStaticLibrary\main.c
I would like to know if there is a way (compiler option / optimization) which could delete these entries in order to make the library size decrease?
Thanks in advance and have a nice day.