turning off caching
This commit is contained in:
parent
d2eb1dea77
commit
2b0d6a2ea8
|
@ -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))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user