From f8665c7213426588e39db9afb4f18278b8ddffb8 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 1 Nov 2011 13:45:12 +0000 Subject: Remove configuration flag cclazy --- src/compiler/GF/Infra/BuildInfo.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/compiler/GF/Infra') diff --git a/src/compiler/GF/Infra/BuildInfo.hs b/src/compiler/GF/Infra/BuildInfo.hs index 74096994a..2ff770393 100644 --- a/src/compiler/GF/Infra/BuildInfo.hs +++ b/src/compiler/GF/Infra/BuildInfo.hs @@ -13,6 +13,3 @@ buildInfo = #ifdef SERVER_MODE ++" server" #endif -#ifdef CC_LAZY - ++ " cclazy" -#endif -- cgit v1.2.3