diff options
Diffstat (limited to 'packages/gsl')
-rw-r--r-- | packages/gsl/hmatrix-gsl.cabal | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/gsl/hmatrix-gsl.cabal b/packages/gsl/hmatrix-gsl.cabal index 7028bae..6f983f2 100644 --- a/packages/gsl/hmatrix-gsl.cabal +++ b/packages/gsl/hmatrix-gsl.cabal | |||
@@ -53,7 +53,12 @@ library | |||
53 | 53 | ||
54 | C-sources: src/Numeric/GSL/gsl-aux.c | 54 | C-sources: src/Numeric/GSL/gsl-aux.c |
55 | 55 | ||
56 | cc-options: -O4 -msse2 -Wall | 56 | cc-options: -O4 -Wall |
57 | |||
58 | if arch(x86_64) | ||
59 | cc-options: -msse2 | ||
60 | if arch(i386) | ||
61 | cc-options: -msse2 | ||
57 | 62 | ||
58 | ghc-options: -Wall -fno-warn-missing-signatures | 63 | ghc-options: -Wall -fno-warn-missing-signatures |
59 | -fno-warn-orphans | 64 | -fno-warn-orphans |