abhiTronix / raspberry-pi-cross-compilers

Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. 🍇
https://sourceforge.net/projects/raspberry-pi-cross-compilers
GNU General Public License v3.0
595 stars 104 forks source link

Strip compiler executables and minor fixes #63

Closed visglz closed 3 years ago

visglz commented 3 years ago
visglz commented 3 years ago

@visglz See line:

https://github.com/abhiTronix/raspberry-pi-cross-compilers/blob/5f9984748a9e4e7c17cfc25b6f244215ac3406b9/build-scripts/RTBuilder_64b#L64

Kindly remove it or remove your patch. It is a default behavior if verbose flag is not defined.

Done

abhiTronix commented 3 years ago

@visglz Do we need strip command for native binaries as they already sized around 100mb? Also can please you test native binaries on raspberry if available?

abhiTronix commented 3 years ago

@visglz I might remove strip from native binaries. Thanks for this contribution, Much appreciated. 🎉