diff options
Diffstat (limited to 'docs/COMPILE.md')
| -rwxr-xr-x | docs/COMPILE.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 275d5067..fe6c23dd 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -111,6 +111,13 @@ Using a 64bit OS: -D PHYTIUM=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo ``` +#### for a generic ARM64 machine + +Using a 64bit OS: +``` +-D ARM64=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo +``` + #### for M1 Only test on Asahi for now, using the default "16K page" kernel |