3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-22 02:57:50 +00:00

enable printing in Release

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-07-09 20:48:39 -07:00
parent 5c712d471f
commit c4c52ad104
13 changed files with 10 additions and 33 deletions

View file

@ -78,8 +78,6 @@ public:
lp_assert(m_heap_size > 0);
return m_heap[1];
}
#ifdef Z3DEBUG
void print(std::ostream & out);
#endif
};
}