3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-19 12:23:38 +00:00

perf in equiv_monomials

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-01-25 11:37:48 -08:00
parent 5104ec881a
commit 1230b46008
3 changed files with 15 additions and 13 deletions

View file

@ -38,11 +38,11 @@ bool assertions_enabled();
#include "util/error_codes.h"
#include "util/warning.h"
#ifdef Z3DEBUG
#define DEBUG_CODE(CODE) { CODE } ((void) 0)
#else
//#ifdef Z3DEBUG
//#define DEBUG_CODE(CODE) { CODE } ((void) 0)
//#else
#define DEBUG_CODE(CODE) ((void) 0)
#endif
//#endif
#ifdef __APPLE__
#include <TargetConditionals.h>