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)
generally these things are documented in official ECL documentation:
https:/ /common- lisp.net/ project/ ecl/manual/ re55.html - asdf:make-build /common- lisp.net/ project/ ecl/manual/ re56.html - asdf:load-bundle-op
https:/
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)