mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
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
|