Skip to content
Snippets Groups Projects
Commit f691e14f authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Disabling (setf *load-system-operation* 'load-fasl-op) for now on ECL, as it causes issues.

parent 4c38200d
No related branches found
No related tags found
No related merge requests found
......@@ -454,8 +454,10 @@ itself.")) ;; operation on a system and its dependencies
#+ecl
(with-upgradability ()
(unless (use-ecl-byte-compiler-p)
(setf *load-system-operation* 'load-fasl-op))
;; I think that Juanjo intended for this to be,
;; but it breaks 4 tests in what looks like to be a compiler bug, so I'll punt for now.
;;(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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment