about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorKreitinnSoftware <80591934+KreitinnSoftware@users.noreply.github.com>2024-01-26 04:20:53 -0300
committerGitHub <noreply@github.com>2024-01-26 08:20:53 +0100
commitfc63442ded7f4af5c90486d527e2a2a4d265ccce (patch)
treec9438c599fa87039dfa1290ec6395f481ec5344d /src/main.c
parent0ee5174e18631815137e59c0a8f7fd6a38f484d3 (diff)
downloadbox64-fc63442ded7f4af5c90486d527e2a2a4d265ccce.tar.gz
box64-fc63442ded7f4af5c90486d527e2a2a4d265ccce.zip
Add 'BOX64_MMAP32' to help info (#1220)
* Add 'BOX64_MMAP32' to help info

* [CI] Update NDK to 25b for Android Builds
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 7be65580..267c84bd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1120,6 +1120,7 @@ void PrintFlags() {
     printf(" BOX64_ENV='XXX=yyyy' will add XXX=yyyy env. var.\n");
     printf(" BOX64_ENV1='XXX=yyyy' will add XXX=yyyy env. var. and continue with BOX86_ENV2 ... until var doesn't exist\n");
     printf(" BOX64_JITGDB with 1 to launch \"gdb\" when a segfault is trapped, attached to the offending process\n");
+    printf(" BOX64_MMAP32=1 to use 32bits address space mmap in priority for external mmap as soon a 32bits process are detected (default for Snapdragon build)\n");
 }
 
 void PrintHelp() {