Skip to content

Commit

Permalink
ofast测试
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteCloud0123 authored Apr 10, 2024
1 parent a08e6c1 commit 290c25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ android {
}
externalNativeBuild {
ndkBuild {
cFlags "-DNDEBUG", "-DRELEASE", "-Os", "-g"
cFlags "-DNDEBUG", "-DRELEASE", "-Ofast", "-g"
}
}
ndk {
Expand Down

0 comments on commit 290c25a

Please sign in to comment.