To enable PGO (Profiler Guided Optimizations) use the PGO environment variable:
PGO=1 makepkg
Using your global user configuration can help generate better PGO, use the GLOBAL environment variable:
PGO=1 GLOBAL=1 makepkg
| Git Clone URL: | https://aur.archlinux.org/pragtical.git (read-only, click to copy) |
|---|---|
| Package Base: | pragtical |
| Description: | The practical and pragmatic code editor. |
| Upstream URL: | https://github.com/pragtical/pragtical |
| Licenses: | MIT |
| Submitter: | jgmdev |
| Maintainer: | jgmdev |
| Last Packager: | jgmdev |
| Votes: | 3 |
| Popularity: | 0.051102 |
| First Submitted: | 2023-06-23 19:53 (UTC) |
| Last Updated: | 2026-01-25 18:44 (UTC) |
To enable PGO (Profiler Guided Optimizations) use the PGO environment variable:
PGO=1 makepkg
Using your global user configuration can help generate better PGO, use the GLOBAL environment variable:
PGO=1 GLOBAL=1 makepkg
Pinned Comments
jgmdev commented on 2025-12-15 04:19 (UTC)
To enable PGO (Profiler Guided Optimizations) use the
PGOenvironment variable:Using your global user configuration can help generate better PGO, use the
GLOBALenvironment variable: