From 290c25a4a2cb461c85cf57f81bf47b95ad034d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=9C=E6=96=B9=E6=97=85=E8=80=85?= <112397151+WhiteCloud0123@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:16:50 +0800 Subject: [PATCH] =?UTF-8?q?ofast=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 32257077..517a0086 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -331,7 +331,7 @@ android { } externalNativeBuild { ndkBuild { - cFlags "-DNDEBUG", "-DRELEASE", "-Os", "-g" + cFlags "-DNDEBUG", "-DRELEASE", "-Ofast", "-g" } } ndk {