Skip to content
Snippets Groups Projects
Commit 8b4c5a99 authored by Liam's avatar Liam Committed by bunnei
Browse files

android: enable LTO

parent 83dae173
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,8 @@ android {
"-DBUNDLE_SPEEX=ON",
"-DANDROID_ARM_NEON=true", // cryptopp requires Neon to work
"-DYUZU_USE_BUNDLED_VCPKG=ON",
"-DYUZU_USE_BUNDLED_FFMPEG=ON"
"-DYUZU_USE_BUNDLED_FFMPEG=ON",
"-DYUZU_ENABLE_LTO=ON"
)
abiFilters("arm64-v8a", "x86_64")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment