Skip to content

Commit

Permalink
chore: use -O3 in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Oct 9, 2023
1 parent 6c22e60 commit 1b85343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ android {
"-ffunction-sections",
"-fdata-sections",
"-Wl,--gc-sections",
"-Oz",
"-O3",
"-Wl,--exclude-libs,ALL",
"-DNDEBUG",
)
Expand Down

0 comments on commit 1b85343

Please sign in to comment.