From: Michael Orlitzky Date: Wed, 22 Jan 2014 04:57:09 +0000 (-0500) Subject: Disable the threaded runtime for now and drop overkill CFLAGS. X-Git-Tag: 0.0.2~6 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=commitdiff_plain;h=3aa653856f4df80743f578197bd1f0e57018ab32 Disable the threaded runtime for now and drop overkill CFLAGS. --- diff --git a/htsn-import.cabal b/htsn-import.cabal index fd9a17c..2c6c542 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -127,10 +127,6 @@ executable htsn-import -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unused-do-bind - -rtsopts - -threaded - -optc-O3 - -optc-march=native -O2 ghc-prof-options: @@ -181,10 +177,6 @@ test-suite testsuite -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unused-do-bind - -rtsopts - -threaded - -optc-O3 - -optc-march=native -O2