From e666c3d9886634f76a68c4ab31556d9d6451e3a5 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Thu, 24 Apr 2025 21:16:57 +0200 Subject: Compile: Reset accidentally enabled debug switch --- src/Compile.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compile.hs b/src/Compile.hs index aa23797..fe99c4d 100644 --- a/src/Compile.hs +++ b/src/Compile.hs @@ -66,7 +66,7 @@ debugShapes :: Bool; debugShapes = toEnum 0 -- | Print information on allocation debugAllocs :: Bool; debugAllocs = toEnum 0 -- | Emit extra C code that checks stuff -emitChecks :: Bool; emitChecks = toEnum 1 +emitChecks :: Bool; emitChecks = toEnum 0 compile :: SList STy env -> Ex env t -> IO (SList Value env -> IO (Rep t)) -- cgit v1.2.3-70-g09d2