diff options
| author | Chi-Kuan Chiu <105687635+devarajabc@users.noreply.github.com> | 2025-05-12 02:15:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-11 20:15:12 +0200 |
| commit | be0839a478318185d6d17419ff285809b654361a (patch) | |
| tree | 558e8c0800ac850f5c7a239bac67156495646f3a /docs/COMPILE.md | |
| parent | f81f29b19a58a89000825065c8aaa5841f9b5334 (diff) | |
| download | box64-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.md | 6 |
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 |