mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
Fixed logging in Release-mode
This commit is contained in:
parent
b116d5ac9e
commit
2882b92d3b
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ polysat_log(LogLevel msg_level, std::string fn, std::string pretty_fn);
|
|||
#else // POLYSAT_LOGGING_ENABLED
|
||||
|
||||
inline void set_log_enabled(bool) {}
|
||||
inline bool get_log_enabled() { return false; }
|
||||
|
||||
#define LOG_(lvl, x) \
|
||||
do { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue