From 31fd0451d0d65d8706078373c884bccbb4c9934b Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 5 Mar 2023 21:01:40 +0100 Subject: Made the Signal workaround more generic, so it can be used by Termux user --- docs/COMPILE.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/COMPILE.md') 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: -- cgit 1.4.1