From cef6425bcac678157f58e9eafabb7e63c5831d18 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 7 Aug 2022 15:49:54 -0400 Subject: Disable QTC inside the library by default (fixes #714) This results in measurable performance improvements to packaged binary libqpdf distributions. QTC remains available for library users and is still selectively enabled in CI. --- libqpdf/QTC.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/QTC.cc') diff --git a/libqpdf/QTC.cc b/libqpdf/QTC.cc index 21d240ba..1ca79c05 100644 --- a/libqpdf/QTC.cc +++ b/libqpdf/QTC.cc @@ -13,7 +13,7 @@ tc_active(char const* const scope) } void -QTC::TC(char const* const scope, char const* const ccase, int n) +QTC::TC_real(char const* const scope, char const* const ccase, int n) { static std::map active; auto is_active = active.find(scope); -- cgit v1.2.3-54-g00ecf