mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-06-24 11:58:33 +00:00
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:
@@ -0,0 +1,7 @@
|
||||
#include <spinscale/callableTracer.h>
|
||||
|
||||
namespace sscl {
|
||||
|
||||
bool CallableTracer::optTraceCallables = false;
|
||||
|
||||
} // namespace sscl
|
||||
Reference in New Issue
Block a user