Skip to content

Commit

Permalink
Enable -fpolymorphic-specialisation in test library to speed up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sergv committed Dec 14, 2024
1 parent 2536311 commit 407fa9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vector-quicksort.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ library
library vector-quicksort-predefined
import: ghc-options

if impl(ghc >= 9.6)
ghc-options:
-fpolymorphic-specialisation

exposed-modules:
Data.Vector.Algorithms.Quicksort.Predefined.Pair
Data.Vector.Algorithms.Quicksort.Predefined.SortTriple
Expand Down

0 comments on commit 407fa9c

Please sign in to comment.