From 32cde3bab7dd674636d41884247147115dc227a3 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Tue, 4 Mar 2014 18:15:12 -0500 Subject: [PATCH] On ECL, make load-fasl-op the default *load-system-operation*. --- bundle.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundle.lisp b/bundle.lisp index 303461f11..41bbc0b47 100644 --- a/bundle.lisp +++ b/bundle.lisp @@ -454,6 +454,8 @@ itself.")) ;; operation on a system and its dependencies #+ecl (with-upgradability () + (setf *load-system-operation* 'load-fasl-op) + (defmethod perform ((o link-op) (c system)) (let* ((object-files (input-files o c)) (output (output-files o c)) -- GitLab