mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Enable Link-Time Optimization (LTO) and codegen-units=1 for release build
This commit is contained in:
@@ -51,6 +51,8 @@ url = "2.5"
|
|||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
strip = true
|
strip = true
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
macos-tty = []
|
macos-tty = []
|
||||||
|
|||||||
Reference in New Issue
Block a user