]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Disable the threaded runtime for now and drop overkill CFLAGS.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 22 Jan 2014 04:57:09 +0000 (23:57 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 22 Jan 2014 04:57:09 +0000 (23:57 -0500)
htsn-import.cabal

index fd9a17c65d92904fc67b2748f5b71b13d469ca88..2c6c5426c672cefc9eaca31da18dd80a03e250a7 100644 (file)
@@ -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