Merge pull request #140 from anka-213/no-profile-bind

Don't add automatic cost centres to Data.Binary.Get
This commit is contained in:
Inari Listenmaa
2022-05-04 10:46:37 +02:00
committed by GitHub

View File

@@ -1,4 +1,6 @@
{-# LANGUAGE CPP, MagicHash #-}
-- This module makes profiling a lot slower, so don't add automatic cost centres
{-# OPTIONS_GHC -fno-prof-auto #-}
-- for unboxed shifts
-----------------------------------------------------------------------------