about summary refs log tree commit diff stats
path: root/docs/USAGE.md
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-01-21 23:13:51 +0800
committerGitHub <noreply@github.com>2025-01-21 16:13:51 +0100
commit044dec0bfa0f3f8f62f7703d6b0a8600c1354dc5 (patch)
treedc41c611965cec299dcb62185c5fba4935b6251f /docs/USAGE.md
parented8b6fe9db863a8d9e473a645e84700c7291bb06 (diff)
downloadbox64-044dec0bfa0f3f8f62f7703d6b0a8600c1354dc5.tar.gz
box64-044dec0bfa0f3f8f62f7703d6b0a8600c1354dc5.zip
[ENV] Initial refactor of env variables infrastructure (#2274)
* [ENV] Initial refactor of env variables infrastructure

* Ported BOX64_DYNAREC_LOG

* Ported more options

* Ported BOX64_MALLOC_HACK

* Ported BOX64_DYNAREC_TEST

* Ported more options

* Ported more options

* Ported more options

* Ported all options

* Removed old rcfile parser

* Fix

* review

* fix

* fix

* more fixes
Diffstat (limited to 'docs/USAGE.md')
-rw-r--r--docs/USAGE.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index dd1c6ab1..98b77696 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -423,12 +423,6 @@ Detect MonoBleedingEdge and apply conservative settings.
  * 0 : Do not detect MonoBleedingEdge.

  * 1 : Detect MonoBleedingEdge and apply BIGBLOCK=0 STRONGMEM=1 when detected. (default)

 

-#### BOX64_DYNAREC_JVM *

-

-Detect libjvm and apply conservative settings. Obsolete, use BOX64_JVM instead.

- * 0 : Do not detect libjvm.

- * 1 : Detect libjvm and apply BIGBLOCK=0 STRONGMEM=1 SSE42=0 when detected. (default)

-

 #### BOX64_LIBCEF *

 

 Detect libcef and apply malloc_hack settings.