mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
travis: disable LTO build; its just too slow
This commit is contained in:
parent
5d62adb3ea
commit
977082e2bd
2 changed files with 3 additions and 3 deletions
|
@ -583,7 +583,6 @@ void rewriter_tpl<Config>::process_quantifier(quantifier * q, frame & fr) {
|
|||
result_pr_stack().push_back(m_pr);
|
||||
}
|
||||
else {
|
||||
expr_ref tmp(m());
|
||||
TRACE("reduce_quantifier_bug", tout << mk_ismt2_pp(q, m()) << " " << mk_ismt2_pp(new_body, m()) << "\n";);
|
||||
if (!m_cfg.reduce_quantifier(q, new_body, new_pats.c_ptr(), new_no_pats.c_ptr(), m_r, m_pr)) {
|
||||
if (fr.m_new_child) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue