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:
Anon Ray 2020-09-07 12:10:02 +05:30
parent 74a642995d
commit 893a45a95a

View File

@ -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