STM32 Library strip Sysprogs forums › Forums › VisualGDB › STM32 Library strip This topic has 1 reply, 2 voices, and was last updated 1 year, 6 months ago by support. Log In Register Lost Password Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 4, 2023 at 00:44 #34198 Undici77Participant Hello, I created for STM32 a library (.lib) using CMake to inlcude it in a project. In order to reduce size and reduce possibility to reverse engineering I would strip .lib removing debug symbol as much as possible. How Can I do it? May 4, 2023 at 07:44 #34200 supportKeymaster Hi, You can try running the strip tool from the ARM toolchain: arm-none-eabi-strip.exe <Library file> If you would like to do it automatically, you can add it to VisualGDB Project Properties -> Custom Build Steps -> Post-Build Steps. Author Posts Log In Register Lost Password Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In