On 2020/10/27 10:13, a...@sdf.org wrote: > Hi, thanks for the feedback. > > On Mon, Oct 26, 2020 at 05:39:35PM +0000, Stuart Henderson wrote: > > : post-build: > > : @cd ${WRKBUILD}/bin/; strip -s st-flash st-info st-util stlink-gui > > > > Don't unconditionally strip, this should only be done under control of > > ports. Normally this is handled automatically in the "make install" > > stage by ports infrastructure. > > The executables aren't stripped. I should keep the post-build target? >
You are unconditionally running strip on them, you should not.