You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way Mercury is built and installed is a little unusual. The make step builds the compiler and related tools. The make install step does two things:
It install the compiler and related tools.
It compiles and install the Mercury call libraries in multiple different grades. (A grade is a set of compilation model options, such as the target language or an optional feature like debugging or profiling support.)
I suspect that where you say it is rebuilding the project again, it is in fact just doing step (2) above.
Version: 22.01.7
FreeBSD 13.2
The text was updated successfully, but these errors were encountered: