Commit e94492ab authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

ECL: don't enable load-fasl-op with the bytecode compiler.

parent 1e422a33
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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))