mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
Merge 'Reduce liblimbo_sqlite3.a size' from Pekka Enberg
This reduces `liblimbo_sqlite3.a` size from 37M to 15M. Refs #714 Closes #715
This commit is contained in:
@@ -52,9 +52,10 @@ dist = false
|
||||
github-attestations = true
|
||||
|
||||
[profile.release]
|
||||
debug = "line-tables-only"
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
lto = true
|
||||
lto = "off"
|
||||
|
||||
[profile.bench-profile]
|
||||
inherits = "release"
|
||||
@@ -62,4 +63,3 @@ debug = true
|
||||
|
||||
[profile.dist]
|
||||
inherits = "release"
|
||||
lto = "thin"
|
||||
|
||||
Reference in New Issue
Block a user