Add the following configure-options to the em-odp CI build script:
--enable-check-level=3:
enables EM to do more thorough runtime error checking
--enable-esv:
enables Event State Verification (ESV), a feature that during runtime
checks that the state of each event is valid to prevent double-free,
double-send, use-after-send, use after-free etc.
Adding these options has a slight negative effect on performance.
Add the following configure-options to the em-odp CI build script:
--enable-check-level=3: enables EM to do more thorough runtime error checking
--enable-esv: enables Event State Verification (ESV), a feature that during runtime checks that the state of each event is valid to prevent double-free, double-send, use-after-send, use after-free etc.
Adding these options has a slight negative effect on performance.