-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcabal.project.debug
More file actions
40 lines (29 loc) · 1012 Bytes
/
cabal.project.debug
File metadata and controls
40 lines (29 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
-- Import release project configuration
import: cabal.project.release
package lsm-tree
-- apply this to all components
-- relevant mostly only for development & testing
ghc-options: -fno-ignore-asserts
-- there are no cpp-options in cabal.project files
ghc-options: -optP -DNO_IGNORE_ASSERTS -DDEBUG_TRACES
package blockio
-- apply this to all components
-- relevant mostly only for development & testing
ghc-options: -fno-ignore-asserts
-- there are no cpp-options in cabal.project files
ghc-options: -optP -DNO_IGNORE_ASSERTS
-- Enable -fcheck-prim-bounds
-- https://gitlab.haskell.org/ghc/ghc/-/issues/21054
if impl(ghc >=9.4.6 && <9.5 || >=9.6.3)
package lsm-tree
ghc-options: -fcheck-prim-bounds
package blockio
ghc-options: -fcheck-prim-bounds
package primitive
ghc-options: -fcheck-prim-bounds
package vector
ghc-options: -fcheck-prim-bounds
package fs-api
ghc-options: -fcheck-prim-bounds
package fs-sim
ghc-options: -fcheck-prim-bounds