Skip to content

Commit 3ff364a

Browse files
committed
Revert "Update ghc-options for debugging"
This reverts commit 726d69c.
1 parent 4fbce33 commit 3ff364a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

unordered-containers.cabal

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ library
7575

7676
ghc-options: -Wall -O2 -fwarn-tabs -ferror-spans
7777

78-
-- Make tight non-allocating loops interruptible for debugging
79-
ghc-options: -fno-omit-yields
80-
8178
-- For dumping the generated code:
8279
-- ghc-options: -ddump-simpl -ddump-stg-final -ddump-cmm -ddump-asm -ddump-to-file
8380
-- ghc-options: -dsuppress-coercions -dsuppress-unfoldings -dsuppress-module-prefixes
@@ -118,8 +115,7 @@ test-suite unordered-containers-tests
118115
nothunks >= 0.1.3
119116

120117
default-language: Haskell2010
121-
ghc-options: -Wall -threaded
122-
-- -rtsopts -with-rtsopts=-N -- not sure why this is causing problems on 32bit Debian
118+
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
123119
cpp-options: -DASSERTS
124120

125121
benchmark benchmarks

0 commit comments

Comments
 (0)