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

On ECL, make load-fasl-op the default *load-system-operation*.

parent 34623a5c
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
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