From 627dfd9a5cdcce9e4122ef3041a38c3da2d3a120 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 27 Sep 2020 19:32:15 +0200 Subject: Load language tags from on-disk files rather than embedding them into a .cc. The .cc method causes compile times (and memory requirements) increase enormously with some compilers. --- test/rewrite_subs.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/rewrite_subs.cc b/test/rewrite_subs.cc index 90718fae..724f424d 100644 --- a/test/rewrite_subs.cc +++ b/test/rewrite_subs.cc @@ -50,6 +50,8 @@ using namespace dcp; int main (int argc, char* argv[]) { + dcp::init (); + try { if (argc < 2) { cerr << "Syntax: " << argv[0] << " \n"; -- cgit v1.2.3