mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +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]
|
||||
strip = true
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
||||
[features]
|
||||
macos-tty = []
|
||||
|
||||
Reference in New Issue
Block a user