Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Question about ubuntu gcc compiler

I installed the build-essential package for ubuntu x86_64, compiling c programs and c++ programs work fine, but in the compiled binary, "Ubuntu linaro" appears. is there a way to remove this?

like image 599
Daniel Avatar asked May 07 '26 22:05

Daniel


1 Answers

You can remove it using a hex editor. And may i ask why do you want to remove it??

like image 104
Fady Mohamed Othman Avatar answered May 10 '26 10:05

Fady Mohamed Othman