chore(library/equations_compiler/compiler): add new trace option
This commit is contained in:
parent
41b6358de6
commit
cf15218eea
1 changed files with 1 additions and 0 deletions
|
|
@ -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() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue