turning off caching

This commit is contained in:
Danny Yoo 2011-09-27 16:13:21 -04:00
parent d2eb1dea77
commit 2b0d6a2ea8

View File

@ -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))