]> git.ipfire.org Git - thirdparty/zstd.git/commit
Add Additional Flags to PGO Build
authorW. Felix Handte <w@felixhandte.com>
Fri, 20 Jan 2023 22:32:49 +0000 (17:32 -0500)
committerW. Felix Handte <w@felixhandte.com>
Fri, 20 Jan 2023 22:32:49 +0000 (17:32 -0500)
commit87e169d05d75db5112df20361de33f7398ef27d5
tree359dcd22cac44a2268fd1f388b31a2be86200623
parent64963dcbd6162c52ba9273bb55d78c7a442b12f4
Add Additional Flags to PGO Build

In GCC, we can add a couple more flags to give us confidence that the profile
data is actually being found and used.

Also, my system for example doesn't have a binary installed under the name
`llvm-profdata`, but it does have, e.g., `llvm-profdata-13`, etc. So this
commit adds a variable that can be overridden.
programs/Makefile