This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Is there a library(ex: *. A, * .lib) without debug information? Or can I create one?

Hi, Dear supporters

I am trying to run a unit test using a tool for software using the CC2642 SDK.
However, the tool cannot be executed because debugging information is stored in the SDK library (ex: *. A, * .lib). (For example, makefile of "C: \ ti \ simplelink_cc13x2_26x2_sdk_2_40_00_81 \ source \ ti \ devices \ cc13x2_cc26x2 \ driverlib \ bin \ iar" has --debug.)
I contacted the tool manufacturer of the unit test, and received a reply that it could not be handled if debug information was included.

Is there a library without debug information? Or can I create one?
The compiler uses IAR.