[m-dev.] How does one set the default compilation grade?

Ralph Becket rafe at cs.mu.OZ.AU
Fri Jul 2 10:12:52 AEST 2004


When doing compiler work, I've taken to building and installing the
compiler just in grade asm_fast.gc.tr.debug by putting

GRADE = asm_fast.gc.tr.debug
LIBGRADES = asm_fast.gc.tr.debug

in Mmake.params.  However, the resulting compilers seem to want to use a
different grade when compiling programs, which of course means said
programs won't link against the installed library.

So how do I configure things so that the compiler uses
asm_fast.gc.tr.debug as the default grade?

-- Ralph
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list