Skip to content

Commit 10b48bd

Browse files
committed
enable Link time optimization
1 parent ea8522b commit 10b48bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ mode = "standalone"
199199
# show-progress = true
200200
assume-yes-for-downloads = true
201201

202+
lto = "auto" # Use link time optimizations if available and usable
203+
202204
include-data-dir="dfetch/resources=resources"
203205
include-package-data="infer_license"
204206
include-module="infer_license.licenses"

0 commit comments

Comments
 (0)