Add SSE4 option to BUILD.md

This commit is contained in:
RedBlackAka 2025-10-08 21:10:34 +02:00 committed by GitHub
parent b46a418851
commit d8cd5e58fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -240,6 +240,7 @@ Example usage: `cmake -S . -B build -DCMAKE_BUILD_TYPE=release -DENABLE_SDL=ON -
| ENABLE_VCPKG | | Use VCPKG package manager to obtain dependencies | ON | |
| ENABLE_VULKAN | | Enable the Vulkan graphics backend | ON | |
| ENABLE_WXWIDGETS | | Enable wxWidgets UI | ON | Currently required |
| ENABLE_SSE42 | | Enable SSE4.2 optimizations | ON | |
### Windows
| Flag | Description | Default | Note |