mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-02-27 14:36:04 +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:
7
src/callableTracer.cpp
Normal file
7
src/callableTracer.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <spinscale/callableTracer.h>
|
||||
|
||||
namespace sscl {
|
||||
|
||||
bool CallableTracer::optTraceCallables = false;
|
||||
|
||||
} // namespace sscl
|
||||
Reference in New Issue
Block a user