I've encountered an issue where building from a source repository yields a binary with a different size compared to the released binary, despite using the same compiler version. Upon comparing the source code folder with the release version, the only difference I could identify was in the .cproject
file; all other files are identical. Could this variation in the .cproject
file influence the output size, or might there be other factors at play? How can I ensure my build matches the released binary size? I have attached the 2 ".cprojects". I didn't understand of 'IS_BUILTIN_EMPTY' in .cproject files.