From 0ec6e72e350b95a9e81373688574dab4e0a24e9a Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Fri, 14 Jun 2024 12:48:56 +0100 Subject: [PATCH] restore -fno-ignore-asserts in internal testsuite --- blockio-uring.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockio-uring.cabal b/blockio-uring.cabal index 7029c31..c82bacc 100644 --- a/blockio-uring.cabal +++ b/blockio-uring.cabal @@ -108,4 +108,4 @@ test-suite test-internals System.IO.BlockIO.URing System.IO.BlockIO.URingFFI - ghc-options: -threaded + ghc-options: -threaded -fno-ignore-asserts