3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

If NO_Z3_DEBUGGER, also drop defining invoke_gdb.

This commit is contained in:
Bruce Mitchener 2018-12-01 20:45:41 +07:00
parent 04fb8a45eb
commit 877df0f1cc

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;