mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
cmake: Enable extended aligned storage to fix SSE/AVX compatibility
This commit is contained in:
parent
087cd79a7a
commit
6bf99ed52b
1 changed files with 1 additions and 0 deletions
|
@ -427,6 +427,7 @@ if (WIN32)
|
|||
target_compile_definitions(${PROJECT_NAME}
|
||||
PRIVATE
|
||||
_CRT_SECURE_NO_WARNINGS
|
||||
_ENABLE_EXTENDED_ALIGNED_STORAGE
|
||||
# windows.h
|
||||
WIN32_LEAN_AND_MEAN
|
||||
NOGPICAPMASKS
|
||||
|
|
Loading…
Reference in a new issue