Hi Nitzan,
If you aren't going to be distributing this static lib that you built to others then I wouldn't really worry much about the size. When you actually link with it and build your program I bet a bunch of the unused code is going to be removed. Is the size of the actual program you are then building with this static library abnormally large because of this? If not I wouldn't worry about it.
Steve
If you aren't going to be distributing this static lib that you built to others then I wouldn't really worry much about the size. When you actually link with it and build your program I bet a bunch of the unused code is going to be removed. Is the size of the actual program you are then building with this static library abnormally large because of this? If not I wouldn't worry about it.
Steve