Difference between a stripped binary and a non stripped binary in Linux -


could please explain me whats actual difference between stripped , non-stripped binary in linux ?

after little bit of googling, found non-stripped binary contains debugging info , stripped binary does'nt.

although have found answer google. putting , non-stripped binaries have debugging information built it. if compile executable gcc's -g flag, contains debugging information. whereas strip binaries remove debugging information exe not necessary execution reduce size of exe.


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -