mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
server: disable optimization for Hasura.Server.Init module
- builds on CircleCI seems to run out of memory. Hence disabling optimizations for this module.
This commit is contained in:
parent
74a642995d
commit
893a45a95a
@ -1,5 +1,6 @@
|
||||
-- | Types and functions related to the server initialisation
|
||||
{-# LANGUAGE CPP #-}
|
||||
{-# OPTIONS_GHC -O0 #-}
|
||||
{-# LANGUAGE CPP #-}
|
||||
module Hasura.Server.Init
|
||||
( module Hasura.Server.Init
|
||||
, module Hasura.Server.Init.Config
|
||||
|
Loading…
Reference in New Issue
Block a user