fix(build): reactivate optimisations and llvm backend

This commit is contained in:
Steffen Jost 2023-01-20 09:41:24 +01:00
parent ff60d6034b
commit 172181f1c6

View File

@ -255,14 +255,12 @@ ghc-options:
- -fno-warn-partial-type-signatures - -fno-warn-partial-type-signatures
- -fno-max-relevant-binds - -fno-max-relevant-binds
- -j - -j
- -freduction-depth=0 - -freduction-depth=0
- +RTS -K0 -RTS
when: when:
- condition: flag(pedantic) - condition: flag(pedantic)
ghc-options: ghc-options:
- -Werror - -Werror
- -fwarn-tabs - -fwarn-tabs
- -O0
- condition: flag(dev) - condition: flag(dev)
then: then:
ghc-options: ghc-options:
@ -273,7 +271,9 @@ when:
cpp-options: -DDEVELOPMENT cpp-options: -DDEVELOPMENT
else: else:
ghc-options: ghc-options:
- -O0 - -O
- -fllvm
- +RTS -K0 -RTS
data-files: data-files:
- testdata/** - testdata/**
library: library: