Expand use and support for LTO and FDO builds
Adds LTO to the CI build for Linux, which bring it as close as possible to the planned formal release, which will additionally use FDO. Adds some helper scripts to work with FDO files. Improves the build notes for how to create and use FDO files.
This commit is contained in:
parent
0759165f45
commit
78ae277d28
9 changed files with 393 additions and 71 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -77,3 +77,10 @@ suppress_base.json
|
|||
|
||||
# macOS directory prefs
|
||||
.DS_Store
|
||||
|
||||
# Profiling data
|
||||
*.prof
|
||||
*.profraw
|
||||
*.profraw.imports
|
||||
*.afdo
|
||||
*.afdo.imports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue