summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-05-06 09:43:39 +0200
committerAlberto Ruiz <aruiz@um.es>2014-05-06 09:43:39 +0200
commit8ecec15cee88462e46ec9d0ce361224c0fcdba31 (patch)
tree02d521e954ccdab7f023432ba229054e59785ea5 /hmatrix.cabal
parentc9914d694d3b86ece46fa0c76e0466c6cd394d14 (diff)
fix C warnings
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal2
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