Loading bundle.lisp +2 −1 Original line number Diff line number Diff line Loading @@ -454,7 +454,8 @@ itself.")) ;; operation on a system and its dependencies #+ecl (with-upgradability () (setf *load-system-operation* 'load-fasl-op) (unless (use-ecl-byte-compiler-p) (setf *load-system-operation* 'load-fasl-op)) (defmethod perform ((o link-op) (c system)) (let* ((object-files (input-files o c)) Loading Loading
bundle.lisp +2 −1 Original line number Diff line number Diff line Loading @@ -454,7 +454,8 @@ itself.")) ;; operation on a system and its dependencies #+ecl (with-upgradability () (setf *load-system-operation* 'load-fasl-op) (unless (use-ecl-byte-compiler-p) (setf *load-system-operation* 'load-fasl-op)) (defmethod perform ((o link-op) (c system)) (let* ((object-files (input-files o c)) Loading