Skip to content

Commit

Permalink
chore: keep minimal symbol names in ELF for better crash dump
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Jun 30, 2023
1 parent 31ded65 commit f8f67e2
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 @@ -76,7 +76,7 @@ android {
val flags = arrayOf(
"-Qunused-arguments",
"-fno-rtti",
"-fvisibility=hidden",
"-fvisibility=protected",
"-fvisibility-inlines-hidden",
"-fno-omit-frame-pointer",
"-Wno-unused-value",
Expand Down

0 comments on commit f8f67e2

Please sign in to comment.