Part Number: AM3359
Tool/software: Code Composer Studio
How can my code get the actual CCS Optimize options that were used to build it? This way, my code can report this to other processes. I don't want to hard code this as part of the build configuration or #define but get it from the actual tool settings that built that code.
This link is similar to what I want to do but I have no idea how to do this with CCS so I need step-by-step instructions. The idea is the compiler settings get bundled into an object file which can then be accessed from code.
stackoverflow.com/.../get-the-compiler-options-from-a-compiled-executable