From c94df10f3fef21c4d01152bf902d2a80c2c35ae2 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 5 Nov 2024 14:57:29 +0100 Subject: [PATCH] remove workaround; seems to work with ORC now --- nim.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/nim.cfg b/nim.cfg index 50b0f70..71596f1 100644 --- a/nim.cfg +++ b/nim.cfg @@ -1,2 +1 @@ ---mm:refc # workaround for sigsegv using iterators --warning[DotLikeOps]:off