Build should strip it automatically what does your build recipe look like
On Thu, Apr 11, 2019 at 1:37 AM Mauro Ziliani wrote:
> Hi all.
>
> I worked on my project woth Krogoth, gcc 5.3.0, on imx6dlsabresd board.
>
> My application is build with cmake 3.4.3, shipped with BSP.
>
>
> I'd like to s
Hi all.
I worked on my project woth Krogoth, gcc 5.3.0, on imx6dlsabresd board.
My application is build with cmake 3.4.3, shipped with BSP.
I'd like to strip debug symbols from the final binary, but if I prepend
the strip parameter in CMAKE_{C,CXX}_FLAGS_RELEASE in my CMakeLists.txt,
bitbake gi