From e2340cd101846432a46437447168203552820d3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Tue, 6 Jun 2017 15:43:02 +0200 Subject: [PATCH] [man] Remove mention of MONO_AOT_CACHE from mono.1 The env var was removed a long time ago in b8766a812d64d819948e1b7c6482a6ac80d3b4eb and was replaced by options to --aot. This came up in Gitter today. --- man/mono.1 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/man/mono.1 b/man/mono.1 index b23581535c5..28695ee9402 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -1091,11 +1091,6 @@ code generation backend. For example \fBLLVM_COUNT=10\fR would only compile 10 methods with LLVM and then switch to the Mono JIT engine. \fBLLVM_COUNT=0\fR would disable the LLVM engine altogether. .TP -\fBMONO_AOT_CACHE\fR -If set, this variable will instruct Mono to ahead-of-time compile new -assemblies on demand and store the result into a cache in -~/.mono/aot-cache. -.TP \fBMONO_ASPNET_INHIBIT_SETTINGSMAP\fR Mono contains a feature which allows modifying settings in the .config files shipped with Mono by using config section mappers. The mappers and the mapping rules are -- 2.25.1