From 584b6ba86d15e7ff471f94d2d120375ba3604553 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 18 Oct 2012 20:01:22 +0000 Subject: Use NOINLINE for build info and darcs version info ... to avoid unnecessary recompilation of other modules. --- src/compiler/GF/Infra/BuildInfo.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/GF/Infra') diff --git a/src/compiler/GF/Infra/BuildInfo.hs b/src/compiler/GF/Infra/BuildInfo.hs index a9c974e74..8fdfe8779 100644 --- a/src/compiler/GF/Infra/BuildInfo.hs +++ b/src/compiler/GF/Infra/BuildInfo.hs @@ -4,6 +4,7 @@ import System.Info import Data.Version(showVersion) import DarcsVersion_gf +{-# NOINLINE buildInfo #-} buildInfo = details ++"\nBuilt on "++os++"/"++arch -- cgit v1.2.3