mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Disable library grade detection when building Mercury itself.
Library grade detection causes the library installation for the csharp grade (and probably any grades that use mmc --make) to fail. (There is likely a better solution than this, e.g. making --no-mercury-stdlib-dir imply --no-detect-libgrades, but the handling of command line options in this part of the compiler is pretty convoluted, so I will look into that separately.) browser/MDB_FLAGS.in: compiler/COMP_FLAGS.in: deep_profiler/DEEP_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: As above.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
--halt-at-warn
|
||||
--no-warn-inferred-erroneous
|
||||
--no-mercury-stdlib-dir
|
||||
--no-detect-libgrades
|
||||
--no-shlib-linker-use-install-name
|
||||
--force-disable-tracing
|
||||
--force-disable-ssdebug
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
--halt-at-warn
|
||||
--no-warn-inferred-erroneous
|
||||
--no-mercury-stdlib-dir
|
||||
--no-detect-libgrades
|
||||
-I../library
|
||||
-I../browser
|
||||
-I../ssdb
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
--halt-at-warn
|
||||
--no-warn-inferred-erroneous
|
||||
--no-mercury-stdlib-dir
|
||||
--no-detect-libgrades
|
||||
-I../library
|
||||
-I../browser
|
||||
-I../ssdb
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
--halt-at-warn
|
||||
--no-warn-inferred-erroneous
|
||||
--no-mercury-stdlib-dir
|
||||
--no-detect-libgrades
|
||||
--strict-sequential
|
||||
--generate-mmc-deps
|
||||
--no-shlib-linker-use-install-name
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
--halt-at-warn
|
||||
--no-warn-inferred-erroneous
|
||||
--no-mercury-stdlib-dir
|
||||
--no-detect-libgrades
|
||||
--generate-mmc-deps
|
||||
--force-disable-ssdebug
|
||||
--no-libgrade
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
--halt-at-warn
|
||||
--no-warn-inferred-erroneous
|
||||
--no-mercury-stdlib-dir
|
||||
--no-detect-libgrades
|
||||
-I../library
|
||||
-I../browser
|
||||
-I../ssdb
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
--halt-at-warn
|
||||
--no-warn-inferred-erroneous
|
||||
--no-mercury-stdlib-dir
|
||||
--no-detect-libgrades
|
||||
-I../library
|
||||
-I../browser
|
||||
-I../mdbcomp
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
--halt-at-warn
|
||||
--no-warn-inferred-erroneous
|
||||
--no-mercury-stdlib-dir
|
||||
--no-detect-libgrades
|
||||
-I../library
|
||||
-I../browser
|
||||
-I../ssdb
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
--halt-at-warn
|
||||
--no-warn-inferred-erroneous
|
||||
--no-mercury-stdlib-dir
|
||||
--no-detect-libgrades
|
||||
--no-shlib-linker-use-install-name
|
||||
--force-disable-tracing
|
||||
--force-disable-ssdebug
|
||||
|
||||
Reference in New Issue
Block a user