mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-15 22:03:26 +00:00
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:
@@ -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
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
||||
Reference in New Issue
Block a user