diff --git a/parameters.rkt b/parameters.rkt index facc49d..369d533 100644 --- a/parameters.rkt +++ b/parameters.rkt @@ -87,7 +87,7 @@ ;; Turns on caching of compiled programs, so that repeated compilations ;; will reuse existing work. (: current-with-cache? (Parameterof Boolean)) -(define current-with-cache? (make-parameter #t)) +(define current-with-cache? (make-parameter #f))