commit a583b1c357a69e24e16963baea9339664e29640d
parent c07b0819e003399ddaeec781ea6a91e4684901b8
Author: Jared Tobin <jared@jtobin.io>
Date: Sun, 23 Nov 2025 17:39:51 +0400
meta: add -fllvm flags everywhere
This isn't desirable in general, but will do for now.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ppad-fixed.cabal b/ppad-fixed.cabal
@@ -21,7 +21,7 @@ library
default-language: Haskell2010
hs-source-dirs: lib
ghc-options:
- -Wall
+ -Wall -O2 -fllvm
exposed-modules:
Data.Choice
, Data.Word.Limb
@@ -40,7 +40,7 @@ benchmark fixed-bench
main-is: Main.hs
ghc-options:
- -rtsopts -O2 -Wall -fno-warn-orphans
+ -rtsopts -O2 -fllvm -Wall -fno-warn-orphans
build-depends:
base
@@ -54,7 +54,7 @@ benchmark fixed-weigh
main-is: Weight.hs
ghc-options:
- -rtsopts -O2 -Wall -fno-warn-orphans
+ -rtsopts -O2 -fllvm -Wall -fno-warn-orphans
build-depends:
base