I have a project that includes sysbios, there is a config file which pulls in lots of debug stuff (logs, CPU load etc) and the debug library, for release I could go and change all this but I would prefer for it to build differently for release.
I can see I could have 2 cfg files and use build exclusions but that seems messy.
For the library there is a custom option which says it is based on your config but I cannot see how it works, it offers a cmd line but that hardcodes debug or release options, are there macros here?
Chris