Skip to content

Commit ebbad72

Browse files
committed
Add AVX architecture support to compiler options for plugins
1 parent f61af32 commit ebbad72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plugins/PluginRules.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if(MSVC)
4848
target_link_libraries(${PLUGIN_NAME}
4949
$<TARGET_FILE_DIR:open-ephys>/open-ephys.lib)
5050
endif()
51-
target_compile_options(${PLUGIN_NAME} PRIVATE /sdl- /W0)
51+
target_compile_options(${PLUGIN_NAME} PRIVATE /sdl- /W0 /arch:AVX)
5252
elseif(LINUX)
5353
target_link_libraries(
5454
${PLUGIN_NAME}

0 commit comments

Comments
 (0)