Disable deforestation when compiling browser/declarative_user.m

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.
This commit is contained in:
Simon Taylor
2002-03-09 07:17:09 +00:00
parent 96fade865e
commit 16461887bc

View File

@@ -62,6 +62,10 @@ LDLIBS = -l$(STD_LIB_NAME) -l$(RT_LIB_NAME) \
# 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
#-----------------------------------------------------------------------------#