doc/results/3d/*.png
util/view-mri-data.py
-flag LLVM
- description: Build with LLVM
- default: False
-
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
-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
-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