Files
mercury/ssdb/SSDB_FLAGS.in
Zoltan Somogyi d0d039c39c Narrow the use of --no-warn-inferred-erroneous.
browser/MDB_FLAGS.in:
deep_profiler/DEEP_FLAGS.in:
grade_lib/GRADE_LIB_FLAGS.in:
library/LIB_FLAGS.in:
mdbcomp/MDBCOMP_FLAGS.in:
mfilterjavac/MFILTERJAVAC_FLAGS.in:
profiler/PROF_FLAGS.in:
slice/SLICE_FLAGS.in:
ssdb/SSDB_FLAGS.in:
    Stop specifying --no-warn-inferred-erroneous as the default for
    every module in these directories, most of which did not even need it
    (the result of blind copying in the absence of STANDARD_MCFLAGS).

browser/Mercury.options:
library/Mercury.options:
    Specify --no-warn-inferred-erroneous for the modules that
    actually do need it.
2024-11-10 04:20:51 +11:00

36 lines
1008 B
Plaintext

@BOOTSTRAP_MC_ARGS@
@STANDARD_MCFLAGS@
--force-disable-ssdebug
--force-disable-tracing
--generate-mmc-deps
--no-libgrade
--no-shlib-linker-use-install-name
-I../browser
-I../mdbcomp
-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/mhs
--c-include-directory ../library/Mercury/mihs
--c-include-directory ../mdbcomp
--c-include-directory ../mdbcomp/Mercury/mhs
--c-include-directory ../mdbcomp/Mercury/mihs
--c-include-directory ../browser
--c-include-directory ../browser/Mercury/mhs
--c-include-directory ../browser/Mercury/mihs
--csharp-flag -keyfile:../mercury.snk
@CSHARP_DELAYSIGN_FLAG@
-L../boehm_gc
-L../runtime
-L../library
-L../trace
-L../mdbcomp
-L../browser
--no-java-classpath
--java-classpath ../library/mer_rt.jar
--java-classpath ../library/mer_std.jar
--java-classpath ../browser/mer_browser.jar
--config-file ../scripts/Mercury.config.bootstrap