File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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
125121benchmark benchmarks
You can’t perform that action at this time.
0 commit comments