[][src]Module rate_common::config

Compile-time constants

Constants

CHECK_INVARIANTS

Check the invariant!() assertions at runtime (cheap).

CHECK_PRECONDITIONS

Check the requires!() assertions at runtime (cheap).

CHECK_TRAIL_INVARIANTS

Sanity-check assignment/trail (expensive).

CHECK_WATCH_INVARIANTS

Check correctness of watches (very expensive).

ENABLE_BOUNDS_CHECKING

Whether to do bounds checking when accessing array elements.

ENABLE_LOGGING

Add command line flag -v.