mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
Build fix, hide debug code in release mode.
This commit is contained in:
parent
05e7aca388
commit
a6b3fba038
|
@ -205,7 +205,7 @@ namespace smt {
|
||||||
for (; it != end; ++it) {
|
for (; it != end; ++it) {
|
||||||
display_literal(out, *it);
|
display_literal(out, *it);
|
||||||
out << ": ";
|
out << ": ";
|
||||||
display_verbose(tout, m_manager, 1, &*it, m_bool_var2expr.c_ptr());
|
DEBUG_CODE({ display_verbose(tout, m_manager, 1, &*it, m_bool_var2expr.c_ptr()); });
|
||||||
out << "\n";
|
out << "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue