mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-05-01 01:04:43 +00:00
grade_lib/GRADE_LIB_FLAGS.in:
A new file with default options for the grade_lib directory.
configure.ac:
Create GRADE_LIB_FLAGS from GRADE_LIB_FLAGS.in.
grade_lib/Mmakefile:
Make building GRADE_LIB_FLAGS possible.
Require building GRADE_LIB_FLAGS before any Mercury module is compiled.
Use GRADE_LIB_FLAGS as a source of default flags.
Use a directory-specific params file if it exists.
grade_lib/choose_grade.m:
grade_lib/grade_setup.m:
grade_lib/grade_structure.m:
grade_lib/grade_vars.m:
grade_lib/test_grades.m:
grade_lib/try_all_grade_structs.m:
Fix issues revealed by the flags in GRADE_LIB_FLAGS.
mdbcomp/MDBCOMP_FLAGS.in:
browser/Mmakefile:
Fix aesthetics.
26 lines
769 B
Plaintext
26 lines
769 B
Plaintext
@BOOTSTRAP_MC_ARGS@
|
|
--no-infer-all
|
|
--warn-known-bad-format-calls
|
|
--warn-unknown-format-calls
|
|
--warn-non-contiguous-clauses
|
|
--warn-non-contiguous-foreign-procs
|
|
--warn-inconsistent-pred-order-clauses
|
|
--warn-unused-imports
|
|
--warn-insts-with-functors-without-type
|
|
--warn-suspicious-foreign-code
|
|
--halt-at-warn
|
|
--no-warn-inferred-erroneous
|
|
--no-mercury-stdlib-dir
|
|
--no-detect-libgrades
|
|
-I../library
|
|
--c-include-directory ../boehm_gc
|
|
--c-include-directory ../boehm_gc/include
|
|
--c-include-directory ../runtime
|
|
--c-include-directory ../library
|
|
--c-include-directory ../library/Mercury/mihs
|
|
--csharp-flag -keyfile:../mercury.snk
|
|
--no-java-classpath
|
|
--java-classpath ../library/mer_rt.jar
|
|
--java-classpath ../library/mer_std.jar
|
|
--config-file ../scripts/Mercury.config.bootstrap
|