[m-rev.] trivial diff: fix build failure on earth

Simon Taylor stayl at cs.mu.OZ.AU
Sat Mar 9 18:17:34 AEDT 2002


Estimated hours taken: 0.1
Branches: main

browser/Mmakefile:
	Disable deforestation when compiling browser/declarative_user.m
	to work around a bug which causes a compiler abort.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/browser/Mmakefile,v
retrieving revision 1.17
diff -u -u -r1.17 Mmakefile
--- Mmakefile	27 Jun 2001 05:04:02 -0000	1.17
+++ Mmakefile	9 Mar 2002 06:46:22 -0000
@@ -62,6 +62,10 @@
 # not working in this directory.
 MCFLAGS += --no-warn-smart-recompilation
 
+# XXX There is a bug in deforestation which causes the compiler
+# to abort compiling declarative_user.m.
+MCFLAGS-mdb.declarative_user = --no-deforestation
+
 MTAGS	=	$(SCRIPTS_DIR)/mtags
 
 #-----------------------------------------------------------------------------#
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list