mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
enable lto for release build
This commit is contained in:
@@ -75,10 +75,13 @@ opt-level = 3
|
||||
# lto = "thin"
|
||||
|
||||
[profile.bench]
|
||||
lto = true
|
||||
lto = "thin"
|
||||
codegen-units = 1
|
||||
opt-level = 3
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
|
||||
[patch.crates-io]
|
||||
# REDOX START, Uncommment when you want to compile/check with redoxer
|
||||
# REDOX END
|
||||
|
||||
Reference in New Issue
Block a user