From f6b97fdacc7fbe26df1692d53285b545a3a04619 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Sun, 1 Oct 2023 12:17:12 -0400 Subject: [PATCH] remove unnecessary -O flag on benchmark --- timer-wheel.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timer-wheel.cabal b/timer-wheel.cabal index e17124f..c27ffeb 100644 --- a/timer-wheel.cabal +++ b/timer-wheel.cabal @@ -103,7 +103,7 @@ benchmark bench random ^>= 1.2, tasty-bench, timer-wheel, - ghc-options: -fproc-alignment=64 -O -threaded "-with-rtsopts=-N2 -T -A32m" + ghc-options: -fproc-alignment=64 -threaded "-with-rtsopts=-N2 -T -A32m" hs-source-dirs: bench main-is: Main.hs type: exitcode-stdio-1.0