Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pango: Build with Thin LTO & PGO for 1.15x speedup in tested benchmark #405

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified p/pango/manifest.x86_64.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion p/pango/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@
}
},
"source-name": "pango",
"source-release": "4",
"source-release": "5",
"source-version": "1.54.0"
}
8 changes: 7 additions & 1 deletion p/pango/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : pango
version : 1.54.0
release : 4
release : 5
homepage : https://pango.gnome.org/
upstreams :
- https://download.gnome.org/sources/pango/1.54/pango-1.54.0.tar.xz : 8a9eed75021ee734d7fc0fdf3a65c3bba51dfefe4ae51a9b414a60c70b2d1ed8
Expand Down Expand Up @@ -42,6 +42,12 @@ build : |
%meson_build
install : |
%meson_install
check : |
%meson_test || :
workload : |
%meson_test || :
tuning :
- lto : thin
packages :
- "%(name)-devel":
paths:
Expand Down