chore(library/equations_compiler/compiler): add new trace option

This commit is contained in:
Leonardo de Moura 2016-08-25 10:45:08 -07:00
parent 41b6358de6
commit cf15218eea

View file

@ -47,6 +47,7 @@ expr compile_equations(environment & env, options const & opts, metavar_context
void initialize_compiler() {
register_trace_class("eqn_compiler");
register_trace_class(name{"debug", "eqn_compiler"});
}
void finalize_compiler() {
}