forked from GitHub/gf-core
Remove configuration flag cclazy
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -13,6 +13,3 @@ buildInfo =
|
||||
#ifdef SERVER_MODE
|
||||
++" server"
|
||||
#endif
|
||||
#ifdef CC_LAZY
|
||||
++ " cclazy"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user