mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 03:10:59 +00:00
The --enable-optimizations flag attempts to enable PGO. Profile-guided optimization is great in general, but will not work at all when doing a cross-compile. If there's a more fine-grained flag for generic optimization levels that doesn't try to do PGO, we should enable that instead. The flag also enables `-fno-semantic-interposition`, but our GCC patches enable that by default for -fPIC anyway, so that's not necessary. |
||
|---|---|---|
| .. | ||
| patches | ||
| .gitignore | ||
| package.sh | ||
| version.sh | ||