]> gitweb.michael.orlitzky.com - dead/htsn.git/commitdiff
Drop the overkill CFLAGS. 0.0.5
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 22 Jan 2014 04:56:22 +0000 (23:56 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 22 Jan 2014 04:56:22 +0000 (23:56 -0500)
htsn.cabal

index f9f80f9f9cb1f0482f7429450e0053531566fb8b..0ef3b5d3b79eb19dc60e61d0504fe4a70eed9acb 100644 (file)
@@ -246,8 +246,6 @@ executable htsn
     -fwarn-incomplete-record-updates
     -fwarn-monomorphism-restriction
     -fwarn-unused-do-bind
-    -optc-O3
-    -optc-march=native
     -O2
 
   ghc-prof-options:
@@ -289,8 +287,6 @@ test-suite testsuite
     -fwarn-incomplete-record-updates
     -fwarn-monomorphism-restriction
     -fwarn-unused-do-bind
-    -optc-O3
-    -optc-march=native
     -O2