mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
b01d3a45de
Add some configurations for modern profiling modes, and integration into dev.sh These require cabal 3.8 due to the use of `import` PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7671 GitOrigin-RevId: f793f64105cfd99fb51b247fa8bc050f6d4bd23e
13 lines
384 B
Plaintext
13 lines
384 B
Plaintext
-- This configuration is used by `dev.sh graphql-engine --optimized` and is
|
|
-- also a good choice for running a local optimized build
|
|
|
|
-- This requires cabal-install >=3.8
|
|
import: cabal/dev-sh.project.local
|
|
|
|
---- (reminder: top-level means apply these to all local packages)
|
|
flags: +optimize-hasura
|
|
-- be faster:
|
|
documentation: false
|
|
-- coverage inhibits performance:
|
|
coverage: false
|