From 1de475a55ac8a5bb9d75663ec3703783ca055b4c Mon Sep 17 00:00:00 2001 From: Claudio Russo Date: Thu, 7 Mar 2024 22:56:54 +0000 Subject: [PATCH] disable sanity-checks, TaggingScheme.debug is enough; revert size --- crypto/motoko/dfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/motoko/dfx.json b/crypto/motoko/dfx.json index 1233d55..f0cc76e 100644 --- a/crypto/motoko/dfx.json +++ b/crypto/motoko/dfx.json @@ -12,7 +12,7 @@ "defaults": { "build": { "packtool": "mops sources", - "args": "--experimental-rtti --sanity-checks" + "args": "--experimental-rtti" } } }