1
0
forked from GitHub/gf-core

Remove configuration flag cclazy

This commit is contained in:
hallgren
2011-11-01 13:45:12 +00:00
parent 44116be125
commit f46593559a
3 changed files with 3 additions and 17 deletions

View File

@@ -1,7 +1,3 @@
{-# LANGUAGE CPP #-}
module GF.Compile.Compute.Concrete(module M) where
#ifdef CC_LAZY
import GF.Compile.Compute.ConcreteLazy as M -- New, experimental
#else
import GF.Compile.Compute.ConcreteStrict as M -- Old, trusted
#endif
import GF.Compile.Compute.ConcreteLazy as M -- New
--import GF.Compile.Compute.ConcreteStrict as M -- Old, inefficient

View File

@@ -13,6 +13,3 @@ buildInfo =
#ifdef SERVER_MODE
++" server"
#endif
#ifdef CC_LAZY
++ " cclazy"
#endif