Comment 3 for bug 1493031

Revision history for this message
Daniel KochmaƄski (jackdaniel) wrote : Re: bundle: remove deprecation comment

generally these things are documented in official ECL documentation:

https://common-lisp.net/project/ecl/manual/re55.html - asdf:make-build
https://common-lisp.net/project/ecl/manual/re56.html - asdf:load-bundle-op

I don't know well ASDF innards, but make-build is the only function in ASDF which allows adding linker flags and C code. load-bundle-op on the other hand creates set of object files (one fasl per module)