Skip to content

Commit

Permalink
bring back 16kb android
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Oct 16, 2024
1 parent 7a2620b commit 2c79585
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ public static BuildTarget newDefaultTarget (Os osTarget, Architecture.Bitness bi
if (osTarget == Os.Android) {
BuildTarget android = new BuildTarget(Os.Android, Architecture.Bitness._32, new String[]{""}, new String[0],
new String[]{""}, new String[0], new String[0], "", "-O2 -Wall -D__ANDROID__", "-O2 -Wall -D__ANDROID__",
"-lm", null);
"-lm -Wl,-z,max-page-size=0x4000", null);
return android;
}

Expand Down

0 comments on commit 2c79585

Please sign in to comment.