summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hmatrix.cabal6
1 files changed, 2 insertions, 4 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index acf4cf1..89ddb8a 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -27,13 +27,11 @@ library
27 else 27 else
28 build-depends: base < 3, QuickCheck, HUnit, storable-complex 28 build-depends: base < 3, QuickCheck, HUnit, storable-complex
29 29
30 ghc-options: -O
31
32 if os(windows) 30 if os(windows)
33 ghc-options: -fasm 31 ghc-options:
34 else 32 else
35 if arch(x86_64) 33 if arch(x86_64)
36 ghc-options: -fasm 34 ghc-options:
37 else 35 else
38 ghc-options: -fvia-C 36 ghc-options: -fvia-C
39 37