summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/Android.bp b/dist/Android.bp
index c47dfe5..0d9a1d1 100644
--- a/dist/Android.bp
+++ b/dist/Android.bp
@@ -187,6 +187,10 @@ cc_library {
],
afdo: true,
+ // libsqlite is a single gigantic C file, no need to run LTO.
+ lto: {
+ never: true,
+ },
}
// This static library is variant of libsqlite built without the ICU extension.