mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
Add missing flags.
This commit is contained in:
@@ -30,3 +30,5 @@ MCFLAGS-canonical += --no-warn-dead-preds
|
||||
# Uncomment this to see debug messages from the code that reads the Deep.data
|
||||
# files.
|
||||
# MCFLAGS-read_profile += --trace-flag debug_read_profdeep
|
||||
|
||||
MCFLAGS-mdbcomp += --no-warn-include-and-non-include
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
|
||||
MCFLAGS-grade_lib += --no-warn-include-and-non-include
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#-----------------------------------------------------------------------------#
|
||||
# vim: ts=4 sw=4 expandtab
|
||||
#-----------------------------------------------------------------------------#
|
||||
# Copyright (C) 2023 The Mercury team.
|
||||
# Copyright (C) 2023, 2025 The Mercury team.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#-----------------------------------------------------------------------------#
|
||||
@@ -9,3 +9,4 @@
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
||||
MCFLAGS-mtc_diff +=--no-warn-det-decls-too-lax
|
||||
MCFLAGS-mdbcomp +=--no-warn-include-and-non-include
|
||||
|
||||
Reference in New Issue
Block a user