FixPointCS icon indicating copy to clipboard operation
FixPointCS copied to clipboard

Support for disabling runtime validation

Open jlauha opened this issue 3 years ago • 0 comments

I have a use case where the compiled code cannot contain asserts or function pointer invocations for invalid arguments. For that I added support for #define DISABLE_RUNTIME_VALIDATION. When that's used, those runtime validation checks will be left out from the final code.

jlauha avatar Sep 24 '22 16:09 jlauha