mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
Define NO_Z3_DEBUGGER for emscripten builds.
This commit is contained in:
parent
bde4ddd861
commit
d757c342d5
|
@ -51,6 +51,10 @@ bool assertions_enabled();
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
#define NO_Z3_DEBUGGER
|
||||
#endif
|
||||
|
||||
#ifdef NO_Z3_DEBUGGER
|
||||
#define INVOKE_DEBUGGER() exit(ERR_INTERNAL_FATAL)
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue