From bac10190438b704b062b451eaab1302f5f4d9d80 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 21 Jan 2014 23:45:53 -0500 Subject: [PATCH] Disable building with the threaded runtime. 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/htsn.cabal b/htsn.cabal index bed9a97..f9f80f9 100644 --- a/htsn.cabal +++ b/htsn.cabal @@ -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 -- 2.43.2