From eb275f796118d263453fa449b141bb79e4d1a921 Mon Sep 17 00:00:00 2001 From: Dylan T Date: Mon, 17 Jul 2023 16:38:18 +0100 Subject: [PATCH] readme: remove mention of -f [ci skip] optimizations are now enabled by default and -f no longer does anything --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d13f6c44..e3aa935f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ Bash script used to compile PHP on MacOS and Linux platforms. Make sure you have #### Android 64-bit (cross-compile) - Only aarch64 targets are supported for Android cross-compile. - The `aarch64-linux-musl` toolchain is required. You can compile and install it using https://github.com/pmmp/musl-cross-make (PMMP fork includes musl-libc patches for DNS resolver config path and increasing stack size limit for LevelDB) -- It is strongly recommended that you enable abusive optimizations for Android targets (`-f` flag) for best performance. | Script flags | Description | |--------------|-------------------------------------------------------------------------------------------------------------|