mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 04:28:17 +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) {
|
||||
display_literal(out, *it);
|
||||
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";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue