]> gitweb.michael.orlitzky.com - dead/htsn.git/commitdiff
Disable building with the threaded runtime.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 22 Jan 2014 04:45:53 +0000 (23:45 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 22 Jan 2014 04:45:53 +0000 (23:45 -0500)
A FUTEX_WAIT_PRIVATE hang has been observed after the program runs for
a while. Multithreading is not used, so it is hoped that this
eliminates the bug.

htsn.cabal

index bed9a97bd46ebf29cefc93b10fb5c70200b8c346..f9f80f9f9cb1f0482f7429450e0053531566fb8b 100644 (file)
@@ -246,8 +246,6 @@ executable htsn
     -fwarn-incomplete-record-updates
     -fwarn-monomorphism-restriction
     -fwarn-unused-do-bind
-    -rtsopts
-    -threaded
     -optc-O3
     -optc-march=native
     -O2
@@ -291,8 +289,6 @@ test-suite testsuite
     -fwarn-incomplete-record-updates
     -fwarn-monomorphism-restriction
     -fwarn-unused-do-bind
-    -rtsopts
-    -threaded
     -optc-O3
     -optc-march=native
     -O2