From 686bd6d38baa5534f431e0d4b133b0b012bd96d5 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Tue, 17 Feb 2026 11:10:24 -0400 Subject: [PATCH] Dbg:TraceCallables: set cmdline flag for libspinscale --- libspinscale | 2 +- smocore/opts.cpp | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libspinscale b/libspinscale index 18b632e..1309210 160000 --- a/libspinscale +++ b/libspinscale @@ -1 +1 @@ -Subproject commit 18b632e5bb2b53f670eb12115caa7453d7780893 +Subproject commit 130921062c9895cabe8f03261aa984f8001c6ba8 diff --git a/smocore/opts.cpp b/smocore/opts.cpp index 308e022..0f56f98 100644 --- a/smocore/opts.cpp +++ b/smocore/opts.cpp @@ -1,4 +1,3 @@ -#include #include #include #include @@ -7,6 +6,8 @@ #include #include #include +#include +#include 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