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 9a449f2 commit b2d9772Copy full SHA for b2d9772
unordered-containers.cabal
@@ -42,13 +42,13 @@ flag debug
42
description: Enable debug support
43
default: False
44
45
-flag noSse42
+flag sse42
46
description: Instruct GHC to *not* use -msse4.2. Typical use case is to allow
47
older architectures to use unordered-containers. Only relevant
48
for x86; expect performance regressions on newer architectures
49
when enabled.
50
- default: False
51
-
+ default: True
+ manual: True
52
53
library
54
exposed-modules:
0 commit comments