Package Details: pragtical 3.10.1-1

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.75
First Submitted: 2023-06-23 19:53 (UTC)
Last Updated: 2026-05-21 01:59 (UTC)

Pinned Comments

jgmdev commented on 2025-12-15 04:19 (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

Latest Comments

jgmdev commented on 2025-12-15 04:19 (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