CallableTracer: fix namespace and decouple from SMO::OptionsParser

We now have a static local var that informs libspinscale whether or
not to print the callable traces at runtime.
This commit is contained in:
2026-02-17 11:03:52 -04:00
parent 18b632e5bb
commit 130921062c
3 changed files with 17 additions and 15 deletions

7
src/callableTracer.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <spinscale/callableTracer.h>
namespace sscl {
bool CallableTracer::optTraceCallables = false;
} // namespace sscl