From 3dec8279a0e45369719aebf772ed7bda5dee0bff Mon Sep 17 00:00:00 2001 From: res0nance Date: Thu, 31 Aug 2023 19:37:03 +0800 Subject: [PATCH] windows: fix x64 benchmark release builds The linker should use the x64 option for 64-bit builds --- wolfcrypt/benchmark/benchmark.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/benchmark/benchmark.vcxproj b/wolfcrypt/benchmark/benchmark.vcxproj index 3d65da234..a194b71ce 100644 --- a/wolfcrypt/benchmark/benchmark.vcxproj +++ b/wolfcrypt/benchmark/benchmark.vcxproj @@ -146,7 +146,7 @@ Console true true - MachineX86 + MachineX64