another attempt to fix build
This commit is contained in:
parent
33a8dfdda1
commit
7f0a45fa4a
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user