about summary refs log tree commit diff stats
path: root/docs/COMPILE.md
diff options
context:
space:
mode:
authorChi-Kuan Chiu <105687635+devarajabc@users.noreply.github.com>2025-05-12 02:15:12 +0800
committerGitHub <noreply@github.com>2025-05-11 20:15:12 +0200
commitbe0839a478318185d6d17419ff285809b654361a (patch)
tree558e8c0800ac850f5c7a239bac67156495646f3a /docs/COMPILE.md
parentf81f29b19a58a89000825065c8aaa5841f9b5334 (diff)
downloadbox64-be0839a478318185d6d17419ff285809b654361a.tar.gz
box64-be0839a478318185d6d17419ff285809b654361a.zip
[Docs]Fix the format of Commit 816c4bd (#2622)
Diffstat (limited to 'docs/COMPILE.md')
-rw-r--r--docs/COMPILE.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index 2afd2cc5..8580a70d 100644
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -259,9 +259,9 @@ To have a trace enabled build (***the interpreter will be slightly slower***), a
 

 #### Build DynaRec

 

-Add `-D ARM_DYNAREC=ON` option to enable DynaRec on ARM machines.

-Add `-D RV64_DYNAREC=ON` option to enable DynaRec on RV64 machines.

-Add `-D LARCH64_DYNAREC=ON` option to enable DynaRec on LARCH64 machines.

+Add `-D ARM_DYNAREC=ON` option to enable DynaRec on ARM machines.  

+Add `-D RV64_DYNAREC=ON` option to enable DynaRec on RV64 machines.  

+Add `-D LARCH64_DYNAREC=ON` option to enable DynaRec on LARCH64 machines.  

 

 #### Save memory at run time