Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2019-04-18 23:41:47 +0300
committerGitHub <noreply@github.com>2019-04-18 23:41:47 +0300
commitf7dff29c6ce959968cb489fcbee2d3ebde0784d0 (patch)
tree1cc17cac9aa5b19ee8141397f36e217a11cfd785 /man
parenteaba6c608c81aab472de41156127d4abbd7ee9d5 (diff)
[aot] Add a depfile= argument which causes the AOT compiler to write out a gcc style dep file listing the dependencies between the output file and all referenced assemblies. (#14124)
* [aot] Add a depfile= argument which causes the AOT compiler to write out a gcc style dep file listing the dependencies between the output file and all referenced assemblies. * Add a manpage entry. * Update after comments.
Diffstat (limited to 'man')
-rw-r--r--man/mono.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index e783173c932..cf27efc72a9 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -267,6 +267,9 @@ Print the architecture the AOT in this copy of Mono targets and quit.
Generates all required wrappers, so that it is possible to run --interpreter without
any code generation at runtime. This option only makes sense with \fBmscorlib.dll\fR.
Embedders can set
+.TP
+.I depfile=[filename]
+Outputs a gcc -M style dependency file.
.nf
mono_jit_set_aot_mode (MONO_AOT_MODE_INTERP);