From 044dec0bfa0f3f8f62f7703d6b0a8600c1354dc5 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Tue, 21 Jan 2025 23:13:51 +0800 Subject: [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 --- docs/USAGE.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/USAGE.md') 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. -- cgit 1.4.1