Not sure if we even want this mode any more. It is supposed to not perform any ownership checking, and I introduced it in the early stages of Fulminate's development when the ownership checking machinery was not complete. Enabling it currently results in seg faults on all the tests in tests/cn (most likely because we still have calls to ownership-related functions being generated but no initialisation of the relevant ownership ghost state in main).
Not sure if we even want this mode any more. It is supposed to not perform any ownership checking, and I introduced it in the early stages of Fulminate's development when the ownership checking machinery was not complete. Enabling it currently results in seg faults on all the tests in
tests/cn(most likely because we still have calls to ownership-related functions being generated but no initialisation of the relevant ownership ghost state inmain).