[m-dev.] .NET back-end now bootstraps!

Peter Ross pro at missioncriticalit.com
Tue Mar 11 03:46:41 AEDT 2003


On Fri, Feb 21, 2003 at 05:35:19PM +1100, Fergus Henderson wrote:
> 
> - Then put
>  	
> 	GRADE = il
> 	EXTRA_MS_ILASMFLAGS=/debug
> 	EXTRA_MS_CSCFLAGS=/debug+ /debug:full
> 	EXTRA_MS_CLFLAGS=/Zi
>   
>   in Mmake.params

To compile with debugging turned off, the following variables need to be
added to Mmake.params

MCFLAGS-transform_hlds.dead_proc_elim=--no-inlining
MCFLAGS-check_hlds.polymorphism=--no-inlining
MCFLAGS-hlds.hlds_pred=--no-inlining

These seem to avoid generating the problematic code.
--------------------------------------------------------------------------
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