From c6307eb028d4a60d68fac36ec7aed54983a73a54 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 21 Jan 2014 23:56:22 -0500 Subject: [PATCH] Drop the overkill CFLAGS. --- htsn.cabal | 4 ---- 1 file changed, 4 deletions(-) diff --git a/htsn.cabal b/htsn.cabal index f9f80f9..0ef3b5d 100644 --- a/htsn.cabal +++ b/htsn.cabal @@ -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 -- 2.43.2