chore(profiling): remove -fprof-auto-top to hopefully fix build
This commit is contained in:
parent
90e3965b92
commit
e0173908b4
@ -1,5 +1,5 @@
|
||||
{-# LANGUAGE UndecidableInstances #-}
|
||||
{-# OPTIONS_GHC -fno-warn-redundant-constraints -fprof-auto-top #-}
|
||||
{-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
|
||||
|
||||
module Foundation.Authorization
|
||||
( evalAccess, evalAccessFor, evalAccessWith
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
{-# LANGUAGE UndecidableInstances #-} -- for `MemcachedKeyFavourites`
|
||||
{-# OPTIONS_GHC -fprof-auto-top #-}
|
||||
|
||||
module Foundation.SiteLayout
|
||||
( siteLayout', siteLayout
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{-# OPTIONS_GHC -O0 -fasm -fprof-auto-top #-}
|
||||
{-# OPTIONS_GHC -O0 -fasm #-}
|
||||
|
||||
module Foundation.Yesod.Middleware
|
||||
( yesodMiddleware
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
{-# OPTIONS_GHC -fprof-auto-top #-}
|
||||
|
||||
module Jobs
|
||||
( module Types
|
||||
, module Jobs.Queue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user