Commit Graph

2 Commits

Author SHA1 Message Date
Collecting
273e9b18e7 fix: Clang PGO Linux Filepath Naming
Signed-off-by: Collecting <collecting@noreply.localhost>
2025-12-26 18:29:48 +00:00
Zephyron
bdd2875642 feat: Add Profile-Guided Optimization (PGO) build support
Implements two-stage PGO build system with CMake integration and
automated build scripts for Windows, Linux, and macOS. Supports
MSVC, GCC, and Clang compilers.

PGO enables runtime profiling-based optimizations for improved
emulator performance. Includes helper scripts to streamline the
build workflow and resolve platform-specific issues.

Signed-off-by: Zephyron <zephyron@citron-emu.org>
2025-10-11 13:30:39 +10:00