about summary refs log tree commit diff stats
path: root/docs/COMPILE.md
diff options
context:
space:
mode:
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