Skip to content
Snippets Groups Projects
  • Tomas Krizek's avatar
    daemon: allow kr_assume() configuration · 30472874
    Tomas Krizek authored
    - add lua options debugging.assumption_abort and
      debugging.assumption_fork to make the behaviour configurable
    - select default values based on meson buildtype:
      - debug/debugoptimized (default, e.g. used in CI) - abort and don't
        fork
      - plain/release - don't abort, but fork if abort is user-configured
    Verified
    30472874