another attempt to fix build

This commit is contained in:
Steffen Jost 2023-01-20 08:42:35 +01:00
parent 33a8dfdda1
commit 7f0a45fa4a

View File

@ -256,21 +256,25 @@ ghc-options:
- -fno-max-relevant-binds
- -j
- -freduction-depth=0
- +RTS -K0 -RTS
when:
- condition: flag(pedantic)
ghc-options:
- -Werror
- -fwarn-tabs
- -O0
- condition: flag(dev)
then:
ghc-options:
- -O0
- -ddump-splices
- -ddump-to-file
- -Wderiving-typeable
cpp-options: -DDEVELOPMENT
else:
ghc-options:
- -O
- -O0
# -fllvm
data-files:
- testdata/**
library: