index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2021-03-01 14:08:18 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2021-03-03 14:35:45 +1000 |
commit | 4a0891f49d29458e1b93d95f8121f8096bb02727 (patch) | |
tree | 6da95703a8cd8b0121b5973d174de1fac7fc22e4 /doc/PKGBUILD.5.asciidoc | |
parent | 17f9911ffc79d60d1bebb4484fac82cb1ed78d2a (diff) |
-rw-r--r-- | doc/PKGBUILD.5.asciidoc | 4 |
diff --git a/doc/PKGBUILD.5.asciidoc b/doc/PKGBUILD.5.asciidoc index 1db0b6c4..af615040 100644 --- a/doc/PKGBUILD.5.asciidoc +++ b/doc/PKGBUILD.5.asciidoc @@ -325,6 +325,10 @@ underscore and the architecture name e.g., 'replaces_x86_64=()'. When used in combination with the `strip' option, a separate package containing the debug symbols is created. + *lto*;; + Enable building packages using link time optimization. Adds '-flto' + to both CFLAGS and CXXFLAGS. + Packaging Functions ------------------- |