From 50fa6c2bb89162d2b6d5902c43c4857dbd2dca14 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Wed, 12 Jun 2024 22:08:52 +0200 Subject: Vector stuff needs -O2; let's set it --- ox-arrays.cabal | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ox-arrays.cabal') diff --git a/ox-arrays.cabal b/ox-arrays.cabal index 9153336..2de5a6d 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -56,7 +56,7 @@ library cc-options: -msse2 default-language: Haskell2010 - ghc-options: -Wall + ghc-options: -Wall -O2 other-extensions: TemplateHaskell test-suite test @@ -101,7 +101,8 @@ benchmark bench base, hmatrix, orthotope, - tasty-bench + tasty-bench, + vector hs-source-dirs: bench default-language: Haskell2010 - ghc-options: -Wall + ghc-options: -Wall -O2 -- cgit v1.2.3-70-g09d2