diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-06 09:43:39 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-06 09:43:39 +0200 |
commit | 8ecec15cee88462e46ec9d0ce361224c0fcdba31 (patch) | |
tree | 02d521e954ccdab7f023432ba229054e59785ea5 /hmatrix.cabal | |
parent | c9914d694d3b86ece46fa0c76e0466c6cd394d14 (diff) |
fix C warnings
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index f47629f..54ed86a 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -130,6 +130,8 @@ library | |||
130 | C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, | 130 | C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, |
131 | lib/Numeric/GSL/gsl-aux.c | 131 | lib/Numeric/GSL/gsl-aux.c |
132 | 132 | ||
133 | cc-options: -O4 -msse2 -Wall | ||
134 | |||
133 | cpp-options: -DBINARY | 135 | cpp-options: -DBINARY |
134 | 136 | ||
135 | -- ghc-prof-options: -auto | 137 | -- ghc-prof-options: -auto |