Dbg:TraceCallables: set cmdline flag for libspinscale
This commit is contained in:
+1
-1
Submodule libspinscale updated: 18b632e5bb...130921062c
+4
-1
@@ -1,4 +1,3 @@
|
||||
#include <opts.h>
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
#include <exception>
|
||||
@@ -7,6 +6,8 @@
|
||||
#include <vector>
|
||||
#include <sys/stat.h>
|
||||
#include <sstream>
|
||||
#include <opts.h>
|
||||
#include <spinscale/callableTracer.h>
|
||||
|
||||
|
||||
OptionsParserError::OptionsParserError(
|
||||
@@ -105,6 +106,8 @@ void OptionParser::parseArguments(int argc, char *argv[], char **envp)
|
||||
+ std::string(argv[optind - 1]), *this);
|
||||
}
|
||||
}
|
||||
|
||||
sscl::CallableTracer::optTraceCallables = traceCallables;
|
||||
}
|
||||
|
||||
std::string OptionParser::getUsage() const
|
||||
|
||||
Reference in New Issue
Block a user