From 9b44a2248ed7b0a5874075a428faa3e2fa2d6ad2 Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 5 Sep 2011 15:20:39 +0000 Subject: [PATCH] Make the -fcclazy configuration option visible in the build info in the GF Shell welcome message --- src/compiler/GF/Infra/BuildInfo.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/compiler/GF/Infra/BuildInfo.hs b/src/compiler/GF/Infra/BuildInfo.hs index 2ff770393..74096994a 100644 --- a/src/compiler/GF/Infra/BuildInfo.hs +++ b/src/compiler/GF/Infra/BuildInfo.hs @@ -13,3 +13,6 @@ buildInfo = #ifdef SERVER_MODE ++" server" #endif +#ifdef CC_LAZY + ++ " cclazy" +#endif