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.

SYS/BIOS FAQs - shutting asserts off for SYSBIOS 6.34.2.18

The FAQ claims the FLAG is:

BIOS.assertsEnable = false;
This gives an error saying that the compiler does not know assertsEnable.
The CDOCs for SYS/BIOS claim the FLAG is:
BIOS.assertsEnabled = Bool true;
 
This gives a clean compile.
Not sure if this changed or has always been this way...