I have 2 directories having the same set of C source codes.
I ran the same makefile to compile the source to object files in both directories. However the two copies of .obj file generated have different sizes!
Since the .obj are subseqently linked into library files, it made the two libraries to differ in size too.
Just want to confirm that both libraries have identical functionality even though they have different size. Any idea?
