[cmake] Add ENABLE_WERROR option

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2026-06-10 21:52:41 +00:00
parent d8a8169eb2
commit 515b4b3211
9 changed files with 20 additions and 15 deletions

View file

@ -46,6 +46,8 @@ These options control dependencies.
- `YUZU_INSTALL_UDEV_RULES` (OFF) Install udev rules to enable hidraw access
- Needed for gyroscopes
- Only available on Linux
- `ENABLE_DEBUG_TOOLS` (OFF) Enables debugging and development tools, see [tools](../tools/README.md).
- `ENABLE_WERROR` (OFF) Enables warnings as errors (-Werror).
### Flavors