1.0.28.14: Build system refactoring
[sbcl.git] / src / cold / compile-cold-sbcl.lisp
index c2017d3..6c0f058 100644 (file)
 (let ((reversed-target-object-file-names nil))
   (do-stems-and-flags (stem flags)
     (unless (position :not-target flags)
-      (push (target-compile-stem stem
-                                :trace-file (find :trace-file flags)
-                                 :assem-p (find :assem flags)
-                                 :ignore-failure-p (find :ignore-failure-p
-                                                         flags))
+      (push (target-compile-stem stem flags)
             reversed-target-object-file-names)
       #!+sb-show (warn-when-cl-snapshot-diff *cl-snapshot*)))
   (setf *target-object-file-names*