fix(build): reactivate optimisations and llvm backend
This commit is contained in:
parent
ff60d6034b
commit
172181f1c6
10
package.yaml
10
package.yaml
@ -255,14 +255,12 @@ ghc-options:
|
||||
- -fno-warn-partial-type-signatures
|
||||
- -fno-max-relevant-binds
|
||||
- -j
|
||||
- -freduction-depth=0
|
||||
- +RTS -K0 -RTS
|
||||
- -freduction-depth=0
|
||||
when:
|
||||
- condition: flag(pedantic)
|
||||
ghc-options:
|
||||
- -Werror
|
||||
- -fwarn-tabs
|
||||
- -O0
|
||||
- -fwarn-tabs
|
||||
- condition: flag(dev)
|
||||
then:
|
||||
ghc-options:
|
||||
@ -273,7 +271,9 @@ when:
|
||||
cpp-options: -DDEVELOPMENT
|
||||
else:
|
||||
ghc-options:
|
||||
- -O0
|
||||
- -O
|
||||
- -fllvm
|
||||
- +RTS -K0 -RTS
|
||||
data-files:
|
||||
- testdata/**
|
||||
library:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user