Skip to content

Commit

Permalink
v14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chiteroman committed Dec 22, 2023
1 parent c7e3d35 commit 7d04e44
Show file tree
Hide file tree
Showing 9 changed files with 24,839 additions and 90 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,16 @@ android {
arguments += "-DANDROID_STL=none"
arguments += "-DCMAKE_BUILD_TYPE=MinSizeRel"

cFlags += "-fvisibility=hidden"
cFlags += "-fvisibility-inlines-hidden"
cFlags += "-flto=full"

cppFlags += "-std=c++20"
cppFlags += "-fno-exceptions"
cppFlags += "-fno-rtti"
cppFlags += "-fvisibility=hidden"
cppFlags += "-fvisibility-inlines-hidden"
cppFlags += "-flto=full"
}
}
}
Expand Down
Loading

0 comments on commit 7d04e44

Please sign in to comment.