aboutsummaryrefslogtreecommitdiff
path: root/cmake/CMakeLists.txt
diff options
context:
space:
mode:
authorfschildt <florian.schildt@protonmail.com>2025-12-11 07:56:17 +0100
committerfschildt <florian.schildt@protonmail.com>2025-12-11 07:56:17 +0100
commitef11873681a1eaf45f66a4c20cbc9863c4a19318 (patch)
tree2ba4b52b476ddaf97af44a604c9610a0a6338267 /cmake/CMakeLists.txt
parentdaa76b3841809f3b8ee7e15e76581595752d9217 (diff)
renderer: improve perf for clear (avx2) and rect
Diffstat (limited to 'cmake/CMakeLists.txt')
-rw-r--r--cmake/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 2d75577..ec9461e 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -21,7 +21,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${FSARCADE_ROOT_DIR}/runtree)
add_executable(fsarcade)
if (CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
- target_compile_options(fsarcade PRIVATE -pedantic-errors -Wall -Weffc++ -Wconversion -Wsign-conversion -Wshadow)
+ target_compile_options(fsarcade PRIVATE -pedantic-errors -Wall -Weffc++ -Wconversion -Wsign-conversion -Wshadow -mavx2)
endif ()
target_sources(fsarcade PUBLIC