Skip to content

Commit b2d9772

Browse files
Jeffrey Youngkonsumlamm
Jeffrey Young
andauthored
Fixup: set manual
Co-authored-by: konsumlamm <[email protected]>
1 parent 9a449f2 commit b2d9772

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unordered-containers.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ flag debug
4242
description: Enable debug support
4343
default: False
4444

45-
flag noSse42
45+
flag sse42
4646
description: Instruct GHC to *not* use -msse4.2. Typical use case is to allow
4747
older architectures to use unordered-containers. Only relevant
4848
for x86; expect performance regressions on newer architectures
4949
when enabled.
50-
default: False
51-
50+
default: True
51+
manual: True
5252

5353
library
5454
exposed-modules:

0 commit comments

Comments
 (0)