From f4a350ef09642165c395e824f9fa6806ada7c39d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 4 Mar 2019 20:09:11 -0500 Subject: [PATCH] spline3.cabal: remove untested and probably-busted "llvm" flag. --- spline3.cabal | 46 ++++++++++++---------------------------------- 1 file changed, 12 insertions(+), 34 deletions(-) diff --git a/spline3.cabal b/spline3.cabal index 5e73d40..a6c638b 100644 --- a/spline3.cabal +++ b/spline3.cabal @@ -31,10 +31,6 @@ extra-source-files: doc/results/3d/*.png util/view-mri-data.py -flag LLVM - description: Build with LLVM - default: False - executable spline3 @@ -96,16 +92,10 @@ executable spline3 -rtsopts -threaded - if flag(llvm) - ghc-options: - -fllvm - -optlo-O3 - -optlc-O3 - else - ghc-options: - -O2 - -optc-O3 - -optc-march=native + ghc-options: + -O2 + -optc-O3 + -optc-march=native ghc-prof-options: -prof @@ -130,16 +120,10 @@ test-suite doctests -fexcess-precision -fno-spec-constr-count - if flag(llvm) - ghc-options: - -fllvm - -optlo-O3 - -optlc-O3 - else - ghc-options: - -O2 - -optc-O3 - -optc-march=native + ghc-options: + -O2 + -optc-O3 + -optc-march=native test-suite testsuite @@ -185,16 +169,10 @@ test-suite testsuite -fexcess-precision -fno-spec-constr-count - if flag(llvm) - ghc-options: - -fllvm - -optlo-O3 - -optlc-O3 - else - ghc-options: - -O2 - -optc-O3 - -optc-march=native + ghc-options: + -O2 + -optc-O3 + -optc-march=native source-repository head -- 2.43.2