summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/Data/Binary
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/haskell/Data/Binary')
-rw-r--r--src/runtime/haskell/Data/Binary/Get.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/haskell/Data/Binary/Get.hs b/src/runtime/haskell/Data/Binary/Get.hs
index 54f17ae95..07a3db40e 100644
--- a/src/runtime/haskell/Data/Binary/Get.hs
+++ b/src/runtime/haskell/Data/Binary/Get.hs
@@ -1,4 +1,6 @@
{-# LANGUAGE CPP, MagicHash #-}
+-- This module makes profiling a lot slower
+{-# OPTIONS_GHC -fno-prof-auto #-}
-- for unboxed shifts
-----------------------------------------------------------------------------