grovel process-op ignores cc-flags from the asdf system

Bug #1434900 reported by Gábor Melis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
CFFI
New
Undecided
Unassigned

Bug Description

This was needed to work around the issue:

    (defmethod asdf:perform :around ((op process-op) (file cc-flags-mixin))
       (declare (ignorable op))
       (let ((*cc-flags* (append (ensure-list (cc-flags-of file))
                                *cc-flags*)))
        (call-next-method)))

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.