We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9dd46 commit 1bd9fa3Copy full SHA for 1bd9fa3
unordered-containers.cabal
@@ -43,10 +43,10 @@ flag debug
43
default: False
44
45
flag sse42
46
- 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
47
older architectures to use unordered-containers. Only relevant
48
for x86; expect performance regressions on newer architectures
49
- when enabled.
+ when disabled.
50
default: True
51
manual: True
52
0 commit comments