mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 06:33:23 +00:00
Merge pull request #2073 from waywardmonkeys/emscripten-no-debug
Define NO_Z3_DEBUGGER for emscripten builds.
This commit is contained in:
commit
1e4662e0bc
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