mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 06:33:23 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
7fc349b622
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ bool assertions_enabled();
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __EMSCRIPTEN__
|
||||||
|
#define NO_Z3_DEBUGGER
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef NO_Z3_DEBUGGER
|
#ifdef NO_Z3_DEBUGGER
|
||||||
#define INVOKE_DEBUGGER() exit(ERR_INTERNAL_FATAL)
|
#define INVOKE_DEBUGGER() exit(ERR_INTERNAL_FATAL)
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue