Skip to content

Commit

Permalink
Update unordered-containers.cabal
Browse files Browse the repository at this point in the history
Co-authored-by: konsumlamm <[email protected]>
  • Loading branch information
doyougnu and konsumlamm authored Sep 13, 2023
1 parent ea9dd46 commit 1bd9fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unordered-containers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ flag debug
default: False

flag sse42
description: Instruct GHC to *not* use -msse4.2. Typical use case is to allow
description: Instruct GHC to use -msse4.2. Disable this to allow
older architectures to use unordered-containers. Only relevant
for x86; expect performance regressions on newer architectures
when enabled.
when disabled.
default: True
manual: True

Expand Down

0 comments on commit 1bd9fa3

Please sign in to comment.