From d8cd5e58fb0bcc789252776da0f7a8028f460496 Mon Sep 17 00:00:00 2001 From: RedBlackAka <140876408+RedBlackAka@users.noreply.github.com> Date: Wed, 8 Oct 2025 21:10:34 +0200 Subject: [PATCH] Add SSE4 option to BUILD.md --- BUILD.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.md b/BUILD.md index 0bedb8f0..45cbb03e 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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 |