mirror of
https://github.com/Z3Prover/z3
synced 2025-07-03 19:35:42 +00:00
Build fix, hide debug code in release mode.
This commit is contained in:
parent
05e7aca388
commit
a6b3fba038
1 changed files with 34 additions and 34 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue