about summary refs log tree commit diff stats
path: root/docs/COMPILE.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/COMPILE.md')
-rwxr-xr-xdocs/COMPILE.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index 377a465f..f0dd0881 100755
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -169,6 +169,8 @@ sudo systemctl restart systemd-binfmt
 

  `mkdir build; cd build; cmake .. -DARM_DYNAREC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo; make -j$(nproc)`

 

+You can also add `-DBAD_SIGNAL=ON` to the cmake command if you are on Linux Kernel mixed with Android, like on RK3588 or maybe Termux

+

 #### for LoongArch

 

 Using a 64bit OS: