3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00
This commit is contained in:
Nikolaj Bjorner 2018-12-28 09:38:31 +08:00
commit 2cc3918027

View file

@ -69,7 +69,7 @@ bool is_debug_enabled(const char * tag) {
return g_enabled_debug_tags->contains(const_cast<char *>(tag));
}
#ifndef _WINDOWS
#if !defined(_WINDOWS) && !defined(NO_Z3_DEBUGGER)
void invoke_gdb() {
char buffer[1024];
int * x = nullptr;