From 36f9768fe99cdab3ea52d22247a7d179c90fe8a2 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Mon, 23 Sep 2024 14:33:28 +0200 Subject: [PATCH] workaround crash with orc --- nim.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 nim.cfg diff --git a/nim.cfg b/nim.cfg new file mode 100644 index 0000000..61a283e --- /dev/null +++ b/nim.cfg @@ -0,0 +1 @@ +--mm:refc # workaround for sigsegv using iterators from std/tables