From 54efe296bc3f3e421b57d4487bb87ad4161600b2 Mon Sep 17 00:00:00 2001 From: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> Date: Wed, 19 Mar 2025 20:50:04 +0100 Subject: GH-131473: Add missing %(AdditionalOptions) reference to pythoncore.vcxproj (GH-131475) --- PCbuild/pythoncore.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 8561fe9..6fd3964 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -430,11 +430,11 @@ HACL_CAN_COMPILE_VEC256;%(PreprocessorDefinitions) - /arch:AVX2 + /arch:AVX2 %(AdditionalOptions) HACL_CAN_COMPILE_VEC128;%(PreprocessorDefinitions) - /arch:AVX + /arch:AVX %(AdditionalOptions) -- cgit v0.12