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...