Files
mercury/extras/EXTRAS_FLAGS.in
Zoltan Somogyi 9b6390b17e Bring the programming style of extras up to date.
extras/curs/curs.m:
extras/curs/curs.panel.m:
    Make panel a separate submodule of curs, not a nested submodule.

extras/base64/base64.m:
extras/curses/mcurses.basics.m:
extras/curses/mcurses.m:
extras/curses/mcurses.misc.m:
extras/curses/mcurses.user.m:
extras/gator/evolve.m:
extras/gator/genotype.m:
extras/gator/phenotype.m:
extras/gator/tausworthe3.m:
extras/monte/dots.m:
extras/monte/geom.m:
extras/monte/hg.m:
extras/monte/monte.m:
extras/monte/rnd.m:
extras/moose/grammar.m:
extras/moose/moose.m:
extras/mopenssl/mopenssl.m:
extras/net/echo.m:
extras/net/errno.m:
extras/net/getaddrinfo.m:
extras/net/net.m:
extras/net/netdb.m:
extras/net/sockets.m:
extras/net/streams.m:
extras/net/tcp.m:
extras/net/test_lookups.m:
extras/net/types.m:
extras/odbc/odbc.m:
extras/odbc/odbc_test.m:
extras/references/README:
extras/references/reference.m:
extras/references/scoped_update.m:
extras/solver_types/library/any.m:
extras/solver_types/library/any_array.m:
extras/solver_types/library/any_assoc_list.m:
extras/solver_types/library/any_list.m:
extras/solver_types/library/any_map.m:
extras/solver_types/library/any_tree234.m:
extras/solver_types/library/any_util.m:
extras/trail/trail.m:
extras/trailed_update/samples/interpreter.m:
extras/trailed_update/samples/vqueens.m:
extras/trailed_update/tests/var_test.m:
extras/trailed_update/tr_array.m:
extras/trailed_update/tr_store.m:
extras/trailed_update/trailed_update.m:
extras/trailed_update/unsafe.m:
extras/trailed_update/var.m:
    Bring programming style up to date.
2023-03-30 21:48:10 +11:00

42 lines
1.3 KiB
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
--warn-dead-preds
--warn-implicit-stream-calls
--warn-potentially-ambiguous-pragma
--halt-at-warn
--no-halt-at-warn-make-int
--no-halt-at-warn-make-opt
--no-mercury-stdlib-dir
--no-detect-libgrades
-I../../library
-I../../browser
-I../../ssdb
-I../../mdbcomp
--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
--c-include-directory ../../mdbcomp
--c-include-directory ../../mdbcomp/Mercury/mihs
--c-include-directory ../../browser
--c-include-directory ../../browser/Mercury/mihs
--c-include-directory ../../ssdb
--c-include-directory ../../ssdb/Mercury/mihs
--c-include-directory ../../trace
--csharp-flag -keyfile:../../mercury.snk
--no-java-classpath
--java-classpath ../../library/mer_rt.jar
--java-classpath ../../library/mer_std.jar
--java-classpath ../../browser/mer_browser.jar
--java-classpath ../../mdbcomp/mer_mdbcomp.jar
--config-file ../../scripts/Mercury.config.bootstrap