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.

RTSC - detecting build configuration

Hi,

How can I detect the current build setting (e.g. Debug or Release) in the BIOS .cfg script, so that my application is configured differently depending on the setting? In my C code I can use something like #ifdef _DEBUG, but there is no equivalent method that I have found in XDCscript.

Thanks,

-itay