Using the option "-Os" in the build reduces the size of the build.
The only problem is that it removes all the debug information, but also in builds on the master there is no need to have that information.

It may be an idea to change the build, since we cannot use the debug, so we could switch to this option and the debug removes the "-Os" and in the release makes the build with this option.
The idea cames from :

Using the option "-Os" in the build reduces the size of the build.
The only problem is that it removes all the debug information, but also in builds on the master there is no need to have that information.
It may be an idea to change the build, since we cannot use the debug, so we could switch to this option and the debug removes the "-Os" and in the release makes the build with this option.
The idea cames from :