From e65abda74b720fa0d9eee18a58cb43a69fc2abce Mon Sep 17 00:00:00 2001 From: cheatfate Date: Mon, 10 Jun 2024 16:25:19 +0300 Subject: [PATCH] Add one more compilation target. --- chronos.nimble | 1 + 1 file changed, 1 insertion(+) diff --git a/chronos.nimble b/chronos.nimble index e8334ceb..33b41086 100644 --- a/chronos.nimble +++ b/chronos.nimble @@ -58,6 +58,7 @@ task test, "Run all tests": if (NimMajor, NimMinor) > (1, 6): # First run tests with `refc` memory manager. run args & " --mm:refc", "tests/testall" + run args & " -d:useMalloc", "tests/testall" run args, "tests/testall" task test_v3_compat, "Run all tests in v3 compatibility mode":