Hello,
I'm building my C6747 (onDM814x) Software on Linux with a customized Makefile, using Configuro. Until now, I was mainly building with the "Debug" profile, but now it comes to optimisation. I read the very good SPRU425A/Optimizing C Compiler Tutorial (is there a newer one?), but I have one big question (and several smaller ones):
Do the "commodities" like Assert_IsTrue and System_printf waste a lot of time in release builds?
Oh, and: is it (generally speaking) sufficient to tweak the compiler switches and to use xdc.tools.configuros -r release? And what's the exact difference between configuros -r debug and -r release?
Pointers to the Documentation are very appreciated.
Many thanks for your information :)