mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 04:13:38 +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
|
#else // POLYSAT_LOGGING_ENABLED
|
||||||
|
|
||||||
inline void set_log_enabled(bool) {}
|
inline void set_log_enabled(bool) {}
|
||||||
|
inline bool get_log_enabled() { return false; }
|
||||||
|
|
||||||
#define LOG_(lvl, x) \
|
#define LOG_(lvl, x) \
|
||||||
do { \
|
do { \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue